mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Used light theme for toolbar popups (e.g. action overflow).
This commit is contained in:
parent
e166f14fd5
commit
ccea84abab
1 changed files with 2 additions and 1 deletions
|
@ -9,4 +9,5 @@
|
|||
android:background="?colorPrimary"
|
||||
android:elevation="@dimen/toolbar_elevation"
|
||||
app:titleMarginStart="16dp"
|
||||
app:theme="@style/ThemeOverlay.Syncthing.Toolbar" />
|
||||
app:theme="@style/ThemeOverlay.Syncthing.Toolbar"
|
||||
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
|
Loading…
Reference in a new issue