aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-06 12:57:42 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-06 12:57:42 +0200
commit6d1137190529dc7add74926cea52c377883319be (patch)
treefd88b29a048f3aec1daa2a84bbaf22c0efa3663f /OpenKeychain/src/main/res/values/styles.xml
parent17997dd362fe62d72113a0536069d0fdb9c3211b (diff)
downloadopen-keychain-6d1137190529dc7add74926cea52c377883319be.tar.gz
open-keychain-6d1137190529dc7add74926cea52c377883319be.tar.bz2
open-keychain-6d1137190529dc7add74926cea52c377883319be.zip
Rename folder structure from OpenPGP Keychain to OpenKeychain
Diffstat (limited to 'OpenKeychain/src/main/res/values/styles.xml')
-rw-r--r--OpenKeychain/src/main/res/values/styles.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/styles.xml b/OpenKeychain/src/main/res/values/styles.xml
new file mode 100644
index 000000000..f03d72605
--- /dev/null
+++ b/OpenKeychain/src/main/res/values/styles.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Used in Android < 4 -->
+
+
+ <style name="KeychainTheme" parent="@style/Theme.AppCompat.Light">
+ <item name="android:alertDialogStyle">@style/CustomDialogTheme</item>
+ </style>
+
+ <!-- Ugly fix to make content background of Dialogs on Android < 4 white not black! -->
+ <style name="CustomDialogTheme" parent="@android:style/Theme.Dialog">
+ <item name="android:fullDark">@drawable/popup_full_bright</item>
+ <!--<item name="android:topDark">@android:drawable/popup_full_dark</item>-->
+ <item name="android:centerDark">@drawable/popup_center_bright</item>
+ <!--<item name="android:bottomDark">@android:drawable/popup_bottom_dark</item>-->
+ <!--<item name="fullBright">@android:drawable/popup_full_bright</item>-->
+ <!--<item name="topBright">@android:drawable/popup_top_bright</item>-->
+ <!--<item name="centerBright">@android:drawable/popup_center_bright</item>-->
+ <!--<item name="bottomBright">@android:drawable/popup_bottom_bright</item>-->
+ <!--<item name="bottomMedium">@android:drawable/popup_bottom_medium</item>-->
+ <!--<item name="centerMedium">@android:drawable/popup_center_medium</item>-->
+ </style>
+
+ <style name="SectionHeader">
+ <item name="android:drawableBottom">@drawable/section_header</item>
+ <item name="android:drawablePadding">4dp</item>
+ <item name="android:layout_marginTop">8dp</item>
+ <item name="android:paddingLeft">4dp</item>
+ <item name="android:textColor">@color/emphasis</item>
+ <item name="android:textSize">14sp</item>
+ </style>
+
+
+</resources> \ No newline at end of file