diff --git a/res/drawable/selectable_card.xml b/res/drawable/selectable_card.xml
index df9ddb13670..3a1e8b26122 100644
--- a/res/drawable/selectable_card.xml
+++ b/res/drawable/selectable_card.xml
@@ -18,5 +18,5 @@
-
+
\ No newline at end of file
diff --git a/res/drawable/selectable_card_grey.xml b/res/drawable/selectable_card_grey.xml
index e4c73ba7040..225e72fcff1 100644
--- a/res/drawable/selectable_card_grey.xml
+++ b/res/drawable/selectable_card_grey.xml
@@ -18,5 +18,5 @@
-
+
diff --git a/res/layout/dashboard_category.xml b/res/layout/dashboard_category.xml
index 2e5dd5ce064..1314c16961e 100644
--- a/res/layout/dashboard_category.xml
+++ b/res/layout/dashboard_category.xml
@@ -19,8 +19,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dashboard_category_height"
android:orientation="vertical"
- android:paddingBottom="8dip"
- android:background="@color/card_background">
+ android:paddingBottom="8dip">
+ android:background="?android:attr/colorSecondary"/>
diff --git a/res/layout/support_fragment.xml b/res/layout/support_fragment.xml
index 7c79a63331b..6864d321086 100644
--- a/res/layout/support_fragment.xml
+++ b/res/layout/support_fragment.xml
@@ -27,6 +27,5 @@
+ android:layout_width="match_parent"/>
diff --git a/res/layout/support_tile_spacer.xml b/res/layout/support_tile_spacer.xml
index 41cc22176b3..aa86e1e5269 100644
--- a/res/layout/support_tile_spacer.xml
+++ b/res/layout/support_tile_spacer.xml
@@ -18,5 +18,4 @@
+ android:layout_height="@dimen/support_spacer_height"/>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 6705494ef0f..9e41a080b3d 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -55,8 +55,6 @@
#ff384248
#ffced7db
- #fffafafa
-
#ffe0e0e0
@*android:color/material_deep_teal_500
@@ -99,8 +97,6 @@
#B0BEC5
- #eeeeee
-
#f5f5f5
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 269250841d8..fa40932075c 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -393,7 +393,7 @@