diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index a711088f61956..6bd6e1c1ce4a3 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -742,6 +742,14 @@ easier. @color/accent_device_default_light + + + + diff --git a/packages/SettingsLib/res/layout/settings_with_drawer.xml b/packages/SettingsLib/res/layout/settings_with_drawer.xml index af96d8b25e64d..24a542223b20d 100644 --- a/packages/SettingsLib/res/layout/settings_with_drawer.xml +++ b/packages/SettingsLib/res/layout/settings_with_drawer.xml @@ -17,34 +17,30 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="?android:attr/statusBarColor"> + android:layout_height="match_parent"> + android:fitsSystemWindows="true"> + android:theme="?android:attr/actionBarTheme"> + android:navigationContentDescription="@*android:string/action_bar_up_description"/> + android:layout_height="wrap_content"/>