diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 11ae5820b34..fac2d34975c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -750,7 +750,7 @@ diff --git a/res/layout/notification_log_row.xml b/res/layout/notification_log_row.xml index 57f5a7949a4..cf8b112bd02 100644 --- a/res/layout/notification_log_row.xml +++ b/res/layout/notification_log_row.xml @@ -18,6 +18,8 @@ android:layout_height="wrap_content" android:paddingBottom="6dp" android:paddingTop="6dp" + android:paddingStart="?android:attr/listPreferredItemPaddingStart" + android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:orientation="vertical" android:background="?android:attr/selectableItemBackground" > diff --git a/res/layout/settings_main.xml b/res/layout/settings_main.xml index 0cc018ee92d..cfd4e64736b 100644 --- a/res/layout/settings_main.xml +++ b/res/layout/settings_main.xml @@ -21,7 +21,7 @@ android:orientation="vertical" android:layout_height="match_parent" android:layout_width="match_parent" - android:background="@color/dashboard_background_color"> + android:background="?attr/dashboardBackgroundColor"> + diff --git a/res/values/themes.xml b/res/values/themes.xml index 4e806122d7b..8142bb57ae3 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -35,6 +35,7 @@ 0dip 0dip @drawable/wifi_signal_dark + @color/dashboard_background_color +