Merge "Remove the ripple effect of the switch button" into sc-dev
diff --git a/res/layout/dark_mode_section_view.xml b/res/layout/dark_mode_section_view.xml
index d63f07a..b9ab0e3 100644
--- a/res/layout/dark_mode_section_view.xml
+++ b/res/layout/dark_mode_section_view.xml
@@ -37,6 +37,7 @@
android:id="@+id/dark_mode_toggle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:background="@null"
android:clickable="false"
android:focusable="false"
style="@style/Switch.SettingsLib" />
diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml
index cd4268c..80e617d 100644
--- a/res/layout/themed_icon_section_view.xml
+++ b/res/layout/themed_icon_section_view.xml
@@ -37,6 +37,7 @@
android:id="@+id/themed_icon_toggle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:background="@null"
android:clickable="false"
android:focusable="false"
style="@style/Switch.SettingsLib"/>