diff --git a/res/drawable/switchbar_background.xml b/res/drawable/switchbar_background.xml
index ac340be412a..3d729fdec67 100644
--- a/res/drawable/switchbar_background.xml
+++ b/res/drawable/switchbar_background.xml
@@ -16,6 +16,6 @@
-
+
diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml
index a31bd3e721f..8b69a1d1af2 100644
--- a/res/layout/switch_bar.xml
+++ b/res/layout/switch_bar.xml
@@ -44,7 +44,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@null"
- android:theme="@style/ThemeOverlay.SwitchBar" />
+ android:theme="@style/ThemeOverlay.SwitchBar.Settings" />
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 0a072aed238..ca3d247354d 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -121,6 +121,8 @@
+
+
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 81f3d32873e..003eda9d0d8 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -74,9 +74,6 @@
#ffffffff
- #ff37474f
- #ff7fcac3
-
#ffe0e0e0
@*android:color/material_deep_teal_500
@@ -108,6 +105,7 @@
#4d000000
+ #5e97f6
#4285F4
#3367D6
@@ -133,4 +131,10 @@
#eeeeee
+ @color/material_blue_grey_900
+ @color/material_blue_grey_950
+ #ff37474f
+ @color/accent_material_light
+ #ff7fcac3
+
diff --git a/res/values/themes.xml b/res/values/themes.xml
index ec59e4fce0c..011957b71b9 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -96,7 +96,7 @@
- @null
-
-
-
-