make toolbar menu use the proper day/night popup theme

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2019-05-19 18:25:16 +02:00
parent 691ee27cc5
commit e54db7c7c5
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -42,7 +42,7 @@
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"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" /> app:popupTheme="@style/Theme.AppCompat.DayNight.NoActionBar" />
<ProgressBar <ProgressBar
android:id="@+id/progressBar" android:id="@+id/progressBar"