1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 12:51:16 +00:00

Fixing dialog accent colour for keep version dialog.

This commit is contained in:
George Venios 2015-09-01 17:59:35 +03:00 committed by George Venios
parent dda0e48fda
commit 748640240b

View file

@ -4,6 +4,7 @@
<!-- DialogTheme produces weird background on 4.4, so we only use it on Lollipop for now. -->
<style name="Theme.Syncthing" parent="Theme.Syncthing.Base">
<item name="android:alertDialogTheme">@style/Theme.Syncthing.Dialog</item>
<item name="alertDialogTheme">@style/Theme.Syncthing.Dialog</item>
</style>
</resources>