summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fan Zhang <zhfan@google.com> 2016-12-16 20:26:09 +0000
committer Fan Zhang <zhfan@google.com> 2016-12-16 20:26:09 +0000
commitdbf79fe009f55e686d11e90d675cdfefe61489ba (patch)
tree94f09bcaefeb06033dc86eca3ab51ea9bfa202a1
parent697e186820f9bffb843aec7005a2ad26f1c0b9b2 (diff)
Revert "Remove hardcoded actionbar background color."
This reverts commit 697e186820f9bffb843aec7005a2ad26f1c0b9b2. Change-Id: Id3223eeba6f07f9b90d1f5e0e4fd42bae1cf3f1b
-rw-r--r--packages/SettingsLib/res/layout/settings_with_drawer.xml3
1 files changed, 2 insertions, 1 deletions
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" />
</FrameLayout>
<FrameLayout
android:id="@+id/content_header_container"