Fix common toolbar popup menu text color (fixes #2695)

(cherry picked from commit b9ea6e8d9699d734d8fe3b1d5c1e1ac2d7223f24)
This commit is contained in:
jobobby04 2020-04-05 15:40:14 -04:00 committed by Jobobby04
parent 1ecba5bb7e
commit a6909a76ed

View File

@ -56,7 +56,7 @@
android:background="?colorPrimary" android:background="?colorPrimary"
android:elevation="4dp"> android:elevation="4dp">
<androidx.appcompat.widget.Toolbar <com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"