aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-05-19 21:40:03 +0200
committerArne Schwabe <arne@rfc2549.org>2014-05-19 21:41:23 +0200
commit9a992adc3bf37bd33b8dad7b67a9953a743885d4 (patch)
tree1719622249debdcbba56c62549a578b219b7fa61 /main/res/values
parent34559e873a63b3c020335fb4bdc2ccf1b0136006 (diff)
downloadcgeo-9a992adc3bf37bd33b8dad7b67a9953a743885d4.zip
cgeo-9a992adc3bf37bd33b8dad7b67a9953a743885d4.tar.gz
cgeo-9a992adc3bf37bd33b8dad7b67a9953a743885d4.tar.bz2
Fix Actionbar spinner in Light Layout, fixes #3858
Diffstat (limited to 'main/res/values')
-rw-r--r--main/res/values/themes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/res/values/themes.xml b/main/res/values/themes.xml
index 0308bbe..7928e80 100644
--- a/main/res/values/themes.xml
+++ b/main/res/values/themes.xml
@@ -33,6 +33,10 @@
<!-- Identical to cgeo aside from different parent style -->
<style name="cgeo_light" parent="@style/Theme.AppCompat.Light.DarkActionBar">
+ <!-- For some reason we get the non inversed texts here (bug in abc?), explicitly set text styles -->
+ <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse</item>
+ <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse</item>
+
<item name="android:buttonStyle">@style/button</item>
<item name="android:editTextStyle">@style/edittext</item>