Change MainActivity's Toolbar popupTheme to match current theme

This commit is contained in:
Phillip Hsu
2016-09-20 17:22:25 -07:00
parent 0096459ded
commit baa2530850
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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 -->