mirror of
https://github.com/nextcloud/android.git
synced 2024-12-23 01:00:26 +03:00
make toolbar menu use the proper day/night popup theme
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
691ee27cc5
commit
e54db7c7c5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
android:id="@id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
|
||||
app:popupTheme="@style/Theme.AppCompat.DayNight.NoActionBar" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar"
|
||||
|
|
Loading…
Reference in a new issue