Change all Toolbars to use ?themedPopupOverlay for popupTheme attribute

This commit is contained in:
Phillip Hsu 2016-09-20 17:28:34 -07:00
parent baa2530850
commit 0575a05785
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/AppTheme.AppBarOverlay"
app:popupTheme="@style/AppTheme.PopupOverlay"
app:popupTheme="?themedPopupOverlay"
app:contentInsetStart="72dp">
<!--Unfortunately, we can't use a style that extends from BaseLabel

View File

@ -20,7 +20,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:popupTheme="@style/AppTheme.PopupOverlay"
app:popupTheme="?themedPopupOverlay"
app:contentInsetStart="72dp"
android:layout_alignParentTop="true">

View File

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