Revert "Remove hardcoded actionbar background color."

This reverts commit 697e186820.

Change-Id: Id3223eeba6f07f9b90d1f5e0e4fd42bae1cf3f1b
This commit is contained in:
Fan Zhang
2016-12-16 20:26:09 +00:00
parent 697e186820
commit dbf79fe009

View File

@@ -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"