From dbf79fe009f55e686d11e90d675cdfefe61489ba Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 16 Dec 2016 20:26:09 +0000 Subject: Revert "Remove hardcoded actionbar background color." This reverts commit 697e186820f9bffb843aec7005a2ad26f1c0b9b2. Change-Id: Id3223eeba6f07f9b90d1f5e0e4fd42bae1cf3f1b --- packages/SettingsLib/res/layout/settings_with_drawer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SettingsLib/res/layout/settings_with_drawer.xml b/packages/SettingsLib/res/layout/settings_with_drawer.xml index 1d080196485b..a68a44e09371 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" />