aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values-v14/themes.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-07-01 16:30:01 +0200
committerArne Schwabe <arne@rfc2549.org>2014-07-01 16:30:49 +0200
commitd49ee4dcc0143cc3573f4c57823468cd7d20a983 (patch)
tree63849d43834e99a7eb0c7ba67da5d13846ee3d8e /main/res/values-v14/themes.xml
parent9572033ece15407f3a32acebe72a3ee56cf76eab (diff)
downloadcgeo-d49ee4dcc0143cc3573f4c57823468cd7d20a983.zip
cgeo-d49ee4dcc0143cc3573f4c57823468cd7d20a983.tar.gz
cgeo-d49ee4dcc0143cc3573f4c57823468cd7d20a983.tar.bz2
More theme fixes
- Fix theme usage of CgeoMap (cgeo light/dark theme instead of holo) - Make progress a bit larger again (32dp instead of 16dp), still smaller than Holo default (48dp) - Make also navigation transparent in main screen - Fix some activities not using dark ActionBar in light theme (e.g. CacheDetails)
Diffstat (limited to 'main/res/values-v14/themes.xml')
-rw-r--r--main/res/values-v14/themes.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/res/values-v14/themes.xml b/main/res/values-v14/themes.xml
index 1c45e26..022e72b 100644
--- a/main/res/values-v14/themes.xml
+++ b/main/res/values-v14/themes.xml
@@ -2,8 +2,10 @@
<resources>
<!-- Holo Style is only available for ICS+ -->
- <style name="cgeo.ActionBarStyle" parent="Widget.AppCompat.Base.ActionBar">
- <item name="android:indeterminateProgressStyle">@android:style/Widget.Holo.ProgressBar.Small</item>
+ <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>
-
</resources> \ No newline at end of file