1
0
Fork 0
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:
George Venios 2015-09-06 13:08:32 +01:00
parent e166f14fd5
commit ccea84abab

View file

@ -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" />