summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-10-03 17:24:50 -0700
committerRoboErik <epastern@google.com>2011-10-04 16:58:34 -0700
commit5b872523e28fc778a3fc34e7e9096ca1197c6509 (patch)
treecd5fda3e5df3e8c06d4d58575daa22db6f8eda57 /res
parent0aa0c61fcd2464f034d15f33db265b6d080f4af9 (diff)
downloadandroid_packages_apps_Calendar-5b872523e28fc778a3fc34e7e9096ca1197c6509.tar.gz
android_packages_apps_Calendar-5b872523e28fc778a3fc34e7e9096ca1197c6509.tar.bz2
android_packages_apps_Calendar-5b872523e28fc778a3fc34e7e9096ca1197c6509.zip
b/5045933 Highlight the current day/time when Today button is pressed
Adds highlight to month and day views. In month view a border will fade in around today and in day view the current time line will flash blue. Change-Id: I7869253f1afd61ea91ad8e7ff63722381eae1aa4
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/timeline_indicator_activated_holo_light.9.pngbin0 -> 364 bytes
-rw-r--r--res/drawable-mdpi/timeline_indicator_activated_holo_light.9.pngbin0 -> 289 bytes
-rw-r--r--res/drawable-xhdpi/timeline_indicator_activated_holo_light.9.pngbin0 -> 463 bytes
-rw-r--r--res/values/colors.xml2
4 files changed, 2 insertions, 0 deletions
diff --git a/res/drawable-hdpi/timeline_indicator_activated_holo_light.9.png b/res/drawable-hdpi/timeline_indicator_activated_holo_light.9.png
new file mode 100644
index 00000000..011d86eb
--- /dev/null
+++ b/res/drawable-hdpi/timeline_indicator_activated_holo_light.9.png
Binary files differ
diff --git a/res/drawable-mdpi/timeline_indicator_activated_holo_light.9.png b/res/drawable-mdpi/timeline_indicator_activated_holo_light.9.png
new file mode 100644
index 00000000..0436a67c
--- /dev/null
+++ b/res/drawable-mdpi/timeline_indicator_activated_holo_light.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/timeline_indicator_activated_holo_light.9.png b/res/drawable-xhdpi/timeline_indicator_activated_holo_light.9.png
new file mode 100644
index 00000000..121864e9
--- /dev/null
+++ b/res/drawable-xhdpi/timeline_indicator_activated_holo_light.9.png
Binary files differ
diff --git a/res/values/colors.xml b/res/values/colors.xml
index c872d13e..f780f82e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -23,6 +23,8 @@
<color name="selection">@android:color/holo_blue_light</color>
+ <color name="today_highlight_color">#0033b5e5</color>
+
<!-- The app wide background color -->
<color name="background_color">#ffdddddd</color>
<color name="event_background">#ffc3d9ff</color>