Change all Toolbars to use ?themedPopupOverlay for popupTheme attribute
This commit is contained in:
parent
baa2530850
commit
0575a05785
@ -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
|
||||
|
||||
@ -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">
|
||||
|
||||
|
||||
@ -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"/>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user