Settings tweaks

Change-Id: I68829fa8e49534d4635a008c94dced3c7ab6f4b1
Fixes: 27834471
Fixes: 27834626
Fixes: 27567838
Fixes: 27834676
diff --git a/res/layout/condition_card.xml b/res/layout/condition_card.xml
index 6a08d55..0e480a5 100644
--- a/res/layout/condition_card.xml
+++ b/res/layout/condition_card.xml
@@ -27,7 +27,7 @@
         android:orientation="vertical"
         android:paddingStart="16dp"
         android:background="?android:attr/colorAccent"
-        android:elevation="3dp"
+        android:elevation="2dp"
         android:clickable="true">
 
         <LinearLayout
diff --git a/res/layout/dashboard_category.xml b/res/layout/dashboard_category.xml
index 0a7aed9..b3500b2 100644
--- a/res/layout/dashboard_category.xml
+++ b/res/layout/dashboard_category.xml
@@ -23,11 +23,6 @@
     android:background="@color/card_background"
     android:importantForAccessibility="noHideDescendants">
 
-    <View
-        android:layout_width="match_parent"
-        android:layout_height="1dp"
-        android:background="?android:attr/listDivider" />
-
     <TextView android:id="@android:id/title"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
diff --git a/res/layout/dashboard_spacer.xml b/res/layout/dashboard_spacer.xml
index d7d9717..19ef8ff 100644
--- a/res/layout/dashboard_spacer.xml
+++ b/res/layout/dashboard_spacer.xml
@@ -16,4 +16,4 @@
 
 <View xmlns:android="http://schemas.android.com/apk/res/android"
         android:layout_width="match_parent"
-        android:layout_height="10dp" />
+        android:layout_height="6dp" />