aboutsummaryrefslogtreecommitdiffstats
path: root/com_actionbarsherlock/res/values-v11/abs__themes.xml
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-03-11 17:33:40 +0100
committerDominik <dominik@dominikschuermann.de>2012-03-11 17:33:40 +0100
commit9b32cf87e2aaa01926cddbb1700b41eed4576dfb (patch)
treeb165dbde9c14ee77a029e7d4f1babae00769e216 /com_actionbarsherlock/res/values-v11/abs__themes.xml
parente9c0d7a71157fdff3c4951d91d7a5bc6d1956ef0 (diff)
downloadopen-keychain-9b32cf87e2aaa01926cddbb1700b41eed4576dfb.tar.gz
open-keychain-9b32cf87e2aaa01926cddbb1700b41eed4576dfb.tar.bz2
open-keychain-9b32cf87e2aaa01926cddbb1700b41eed4576dfb.zip
Started using ActionBarSherlock
Diffstat (limited to 'com_actionbarsherlock/res/values-v11/abs__themes.xml')
-rw-r--r--com_actionbarsherlock/res/values-v11/abs__themes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/com_actionbarsherlock/res/values-v11/abs__themes.xml b/com_actionbarsherlock/res/values-v11/abs__themes.xml
new file mode 100644
index 000000000..03473572c
--- /dev/null
+++ b/com_actionbarsherlock/res/values-v11/abs__themes.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<resources>
+ <style name="Sherlock.__Theme" parent="android:Theme.Holo">
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowActionBar">false</item>
+ </style>
+ <style name="Sherlock.__Theme.Light" parent="android:Theme.Holo.Light">
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowActionBar">false</item>
+ </style>
+</resources>