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
1 changed files with 1 additions and 0 deletions

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>