aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/res/values-v11/themes_keychaintheme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/res/values-v11/themes_keychaintheme.xml')
-rw-r--r--OpenKeychain/src/main/res/res/values-v11/themes_keychaintheme.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/res/values-v11/themes_keychaintheme.xml b/OpenKeychain/src/main/res/res/values-v11/themes_keychaintheme.xml
new file mode 100644
index 000000000..ab2d99bde
--- /dev/null
+++ b/OpenKeychain/src/main/res/res/values-v11/themes_keychaintheme.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!-- Generated with http://android-holo-colors.com -->
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <style name="KeychainTheme" parent="@style/_KeychainTheme"/>
+
+ <style name="_KeychainTheme" parent="Theme.AppCompat.Light">
+
+ <item name="android:editTextBackground">@drawable/keychaintheme_edit_text_holo_light</item>
+
+ <item name="android:listChoiceIndicatorMultiple">@drawable/keychaintheme_btn_check_holo_light</item>
+
+ <item name="android:buttonStyle">@style/ButtonKeychainTheme</item>
+
+ <item name="android:imageButtonStyle">@style/ImageButtonKeychainTheme</item>
+
+ <item name="android:dropDownSpinnerStyle">@style/SpinnerKeychainTheme</item>
+
+ <item name="android:progressBarStyleHorizontal">@style/ProgressBarKeychainTheme</item>
+
+ <item name="android:listChoiceBackgroundIndicator">@drawable/keychaintheme_list_selector_holo_light</item>
+
+ <item name="android:activatedBackgroundIndicator">@drawable/keychaintheme_activated_background_holo_light</item>
+
+ </style>
+
+</resources> \ No newline at end of file