diff --git a/res/layout/condition_card.xml b/res/layout/condition_card.xml index 6a08d55c886..0e480a5b435 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"> - - + android:layout_height="6dp" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index 34ca866116a..89b2d15c0b6 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -125,4 +125,6 @@ #fff + #B0BEC5 + diff --git a/res/xml/location_settings.xml b/res/xml/location_settings.xml index 9fd0826e87d..1abf9be7043 100644 --- a/res/xml/location_settings.xml +++ b/res/xml/location_settings.xml @@ -34,7 +34,7 @@ android:enabled="false" android:selectable="true" /> - diff --git a/res/xml/manage_assist.xml b/res/xml/manage_assist.xml index 97a06eaebf5..6984f88c590 100644 --- a/res/xml/manage_assist.xml +++ b/res/xml/manage_assist.xml @@ -17,6 +17,7 @@ - + android:selectable="false" + settings:allowDividerAbove="true" /> diff --git a/res/xml/wifi_configure_settings.xml b/res/xml/wifi_configure_settings.xml index 71a81dd5d85..3aeb83e9f7a 100644 --- a/res/xml/wifi_configure_settings.xml +++ b/res/xml/wifi_configure_settings.xml @@ -15,6 +15,7 @@ --> - + android:layout="@layout/wifi_advance_layout" + settings:allowDividerAbove="true" />