summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2013-09-25 19:15:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-25 19:16:00 +0000
commitc2252bad14f1e4f80e476c265fd2853b1e445377 (patch)
tree00c62a7156ca5133edaeb45cd4802c273e3caf76
parentc76e1adc9adc241a3a4a6f2424a0d4c743a76f6e (diff)
parent4a924fccbdac836ec499ddc54d46919d3ea6c7b9 (diff)
downloadCalendar-c2252bad14f1e4f80e476c265fd2853b1e445377.tar.gz
Merge "Use the holodark assets/ colors instead of hololight" into klp-dev
-rw-r--r--res/drawable-hdpi-v19/list_pressed_holo.9.pngbin159 -> 159 bytes
-rw-r--r--res/drawable-mdpi-v19/list_pressed_holo.9.pngbin158 -> 158 bytes
-rw-r--r--res/drawable-xhdpi-v19/list_pressed_holo.9.pngbin163 -> 163 bytes
-rw-r--r--res/drawable-xxhdpi-v19/list_pressed_holo.9.pngbin1051 -> 1051 bytes
-rw-r--r--res/values-v19/colors.xml6
5 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable-hdpi-v19/list_pressed_holo.9.png b/res/drawable-hdpi-v19/list_pressed_holo.9.png
index 596accb8..2054530e 100644
--- a/res/drawable-hdpi-v19/list_pressed_holo.9.png
+++ b/res/drawable-hdpi-v19/list_pressed_holo.9.png
Binary files differ
diff --git a/res/drawable-mdpi-v19/list_pressed_holo.9.png b/res/drawable-mdpi-v19/list_pressed_holo.9.png
index fd0e8d7d..061904c4 100644
--- a/res/drawable-mdpi-v19/list_pressed_holo.9.png
+++ b/res/drawable-mdpi-v19/list_pressed_holo.9.png
Binary files differ
diff --git a/res/drawable-xhdpi-v19/list_pressed_holo.9.png b/res/drawable-xhdpi-v19/list_pressed_holo.9.png
index 29037a0d..f4af9265 100644
--- a/res/drawable-xhdpi-v19/list_pressed_holo.9.png
+++ b/res/drawable-xhdpi-v19/list_pressed_holo.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi-v19/list_pressed_holo.9.png b/res/drawable-xxhdpi-v19/list_pressed_holo.9.png
index d4952eaf..1352a170 100644
--- a/res/drawable-xxhdpi-v19/list_pressed_holo.9.png
+++ b/res/drawable-xxhdpi-v19/list_pressed_holo.9.png
Binary files differ
diff --git a/res/values-v19/colors.xml b/res/values-v19/colors.xml
index 33cfbff9..723035a2 100644
--- a/res/values-v19/colors.xml
+++ b/res/values-v19/colors.xml
@@ -18,7 +18,7 @@
*/
-->
<resources>
- <color name="pressed">#3fcccccc</color>
- <color name="day_event_clicked_background_color">#3fcccccc</color>
- <color name="day_clicked_background_color">#3fcccccc</color>
+ <color name="pressed">#33999999</color>
+ <color name="day_event_clicked_background_color">#33999999</color>
+ <color name="day_clicked_background_color">#33999999</color>
</resources>