diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-10 21:33:10 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-10 21:33:10 +0200 |
commit | 2e3bd8e881717708f2a85a4d60f16b6af6e1d226 (patch) | |
tree | aa20b96cac64d131edb10ecf879e7efd84f2406d | |
parent | ab6d909e03cb766647def7d76542adf83238ab69 (diff) | |
download | AntennaPod-2e3bd8e881717708f2a85a4d60f16b6af6e1d226.zip |
Changed selection background for post-gingerbread devices
-rw-r--r-- | res/values-v11/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-v11/colors.xml b/res/values-v11/colors.xml index 86b0fae09..a21634ea8 100644 --- a/res/values-v11/colors.xml +++ b/res/values-v11/colors.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <color name="selection_background">#33B5E5</color> + <color name="selection_background">#81CFEA</color> </resources>
\ No newline at end of file |