From 5b872523e28fc778a3fc34e7e9096ca1197c6509 Mon Sep 17 00:00:00 2001 From: RoboErik Date: Mon, 3 Oct 2011 17:24:50 -0700 Subject: 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 --- .../timeline_indicator_activated_holo_light.9.png | Bin 0 -> 364 bytes .../timeline_indicator_activated_holo_light.9.png | Bin 0 -> 289 bytes .../timeline_indicator_activated_holo_light.9.png | Bin 0 -> 463 bytes res/values/colors.xml | 2 ++ 4 files changed, 2 insertions(+) create mode 100644 res/drawable-hdpi/timeline_indicator_activated_holo_light.9.png create mode 100644 res/drawable-mdpi/timeline_indicator_activated_holo_light.9.png create mode 100644 res/drawable-xhdpi/timeline_indicator_activated_holo_light.9.png (limited to 'res') 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 Binary files /dev/null and b/res/drawable-hdpi/timeline_indicator_activated_holo_light.9.png 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 Binary files /dev/null and b/res/drawable-mdpi/timeline_indicator_activated_holo_light.9.png 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 Binary files /dev/null and b/res/drawable-xhdpi/timeline_indicator_activated_holo_light.9.png 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 @@ @android:color/holo_blue_light + #0033b5e5 + #ffdddddd #ffc3d9ff -- cgit v1.2.3