1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-11 03:24:50 +00:00
syncthing-android/app/src/main/res/values-v21/themes.xml
2017-10-24 14:55:28 +09:00

10 lines
400 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 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>