diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2014-06-13 20:09:06 +0200 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2014-06-13 22:41:02 +0200 |
| commit | d09205a9fe6e1b5cea58df19547d18d7730e3414 (patch) | |
| tree | 5bb3ac8816dfa5c0d2e437ed8ed36e6126db3fe7 /main/res/values-v14 | |
| parent | cd7aa418f10e85d45ee558e5e1aaae079fe3a673 (diff) | |
| download | cgeo-d09205a9fe6e1b5cea58df19547d18d7730e3414.zip cgeo-d09205a9fe6e1b5cea58df19547d18d7730e3414.tar.gz cgeo-d09205a9fe6e1b5cea58df19547d18d7730e3414.tar.bz2 | |
Theme/style fixes: make action bar in main view intransparent, background transparent again, make progress indicator small (closes #3888)
Diffstat (limited to 'main/res/values-v14')
| -rw-r--r-- | main/res/values-v14/themes.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/res/values-v14/themes.xml b/main/res/values-v14/themes.xml new file mode 100644 index 0000000..1c45e26 --- /dev/null +++ b/main/res/values-v14/themes.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<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> + +</resources>
\ No newline at end of file |
