mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-11 03:24:50 +00:00
10 lines
400 B
XML
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>
|