diff --git a/packages/SettingsLib/res/layout/settings_with_drawer.xml b/packages/SettingsLib/res/layout/settings_with_drawer.xml index 1d080196485bb..a68a44e093719 100644 --- a/packages/SettingsLib/res/layout/settings_with_drawer.xml +++ b/packages/SettingsLib/res/layout/settings_with_drawer.xml @@ -37,7 +37,8 @@ android:layout_height="wrap_content" android:navigationContentDescription="@*android:string/action_bar_up_description" android:theme="?android:attr/actionBarTheme" - style="?android:attr/toolbarStyle"/> + style="?android:attr/toolbarStyle" + android:background="?android:attr/colorPrimary" />