Apply dark theme overlay to appbar

This commit is contained in:
Phillip Hsu 2016-09-06 18:43:23 -07:00
parent 1cc87a828e
commit 51469fa282
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/AppTheme.AppBarOverlay"
app:popupTheme="@style/AppTheme.PopupOverlay"
app:contentInsetStart="72dp">

View File

@ -10,6 +10,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:theme="@style/AppTheme.AppBarOverlay"
app:popupTheme="@style/AppTheme.PopupOverlay"/>
<include layout="@layout/content_settings"/>