diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2014-05-19 21:40:03 +0200 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2014-05-19 21:41:23 +0200 |
| commit | 9a992adc3bf37bd33b8dad7b67a9953a743885d4 (patch) | |
| tree | 1719622249debdcbba56c62549a578b219b7fa61 /main/res/values | |
| parent | 34559e873a63b3c020335fb4bdc2ccf1b0136006 (diff) | |
| download | cgeo-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.xml | 4 |
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> |
