Change MainActivity's Toolbar popupTheme to match current theme
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay"
|
||||
app:popupTheme="?themedPopupOverlay"
|
||||
app:contentInsetStart="0dp"
|
||||
app:layout_scrollFlags=""> <!-- None intentionally -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user