2015-04-22 00:03:13 +10:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="AppThemeDark" parent="AppBaseThemeDark">
|
|
|
|
<!-- customizations that are not API-level specific go here. -->
|
2015-07-23 09:29:34 +03:00
|
|
|
<item name="android:alertDialogTheme">@style/AlertDialogThemeDark</item>
|
2015-04-22 00:03:13 +10:00
|
|
|
<item name="android:colorControlActivated">@color/fdroid_green</item>
|
|
|
|
<item name="android:colorControlHighlight">@color/fdroid_green</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppThemeLight" parent="AppBaseThemeLight">
|
|
|
|
<!-- customizations that are not API-level specific go here. -->
|
2015-07-23 09:29:34 +03:00
|
|
|
<item name="android:alertDialogTheme">@style/AlertDialogThemeLight</item>
|
2015-04-22 00:03:13 +10:00
|
|
|
<item name="android:colorEdgeEffect">@color/fdroid_blue</item>
|
|
|
|
</style>
|
|
|
|
|
2015-06-11 23:35:28 +10:00
|
|
|
<style name="SwapTheme.Wizard" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
<item name="android:colorButtonNormal">#04b9e6</item>
|
|
|
|
</style>
|
|
|
|
|
2015-07-23 09:29:34 +03:00
|
|
|
</resources>
|