aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values-v11
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-07-01 22:36:16 +0200
committerArne Schwabe <arne@rfc2549.org>2014-07-01 22:36:16 +0200
commit0ca0984ff20316298ba87ce200e888df2991611c (patch)
treed9bca59db9e6979ecc09cb2c3d13a828c1ac56f9 /main/res/values-v11
parente1dc029646f3ad0a4ca1c6f7a0792c508822710d (diff)
downloadcgeo-0ca0984ff20316298ba87ce200e888df2991611c.zip
cgeo-0ca0984ff20316298ba87ce200e888df2991611c.tar.gz
cgeo-0ca0984ff20316298ba87ce200e888df2991611c.tar.bz2
Fix light coordinates popup screen, HOLO is API 11+, not API 14+
Diffstat (limited to 'main/res/values-v11')
-rw-r--r--main/res/values-v11/themes.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/main/res/values-v11/themes.xml b/main/res/values-v11/themes.xml
new file mode 100644
index 0000000..585f669
--- /dev/null
+++ b/main/res/values-v11/themes.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Holo Style is only available for ICS+ -->
+
+ <style name="cgeo.Widget.AppCompat.Base.ProgressBar.Medium" parent="android:Widget.Holo.ProgressBar">
+ <item name="android:minWidth">32dip</item>
+ <item name="android:maxWidth">32dip</item>
+ <item name="android:minHeight">32dip</item>
+ <item name="android:maxHeight">32dip</item>
+ </style>
+
+ <style name="cgeo_light" parent="cgeo.base.light">
+ <item name="actionBarStyle">@style/cgeo.ActionBarStyle.Light.Inverse</item>
+ <item name="android:actionBarStyle" >@style/cgeo.ActionBarStyle.Light.Inverse</item>
+ </style>
+
+ <style name="cgeo" parent="cgeo.base">
+ <item name="android:actionBarStyle">@style/cgeo.ActionBarStyle</item>
+ </style>
+
+
+</resources> \ No newline at end of file