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:
parent
dda0e48fda
commit
748640240b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
<!-- DialogTheme produces weird background on 4.4, so we only use it on Lollipop for now. -->
|
<!-- DialogTheme produces weird background on 4.4, so we only use it on Lollipop for now. -->
|
||||||
<style name="Theme.Syncthing" parent="Theme.Syncthing.Base">
|
<style name="Theme.Syncthing" parent="Theme.Syncthing.Base">
|
||||||
<item name="android:alertDialogTheme">@style/Theme.Syncthing.Dialog</item>
|
<item name="android:alertDialogTheme">@style/Theme.Syncthing.Dialog</item>
|
||||||
|
<item name="alertDialogTheme">@style/Theme.Syncthing.Dialog</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue