More calendar de-blueing

Touch states for events in week/dayview, and agenda view.

Change-Id: I3cdabd7d5480f2a1e74db8360e621f820788254e
diff --git a/res/drawable-hdpi-v19/list_pressed_holo.9.png b/res/drawable-hdpi-v19/list_pressed_holo.9.png
index cd69b8a..596accb 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 6c09dea..fd0e8d7 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 19bcf48..29037a0 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 0d5d985..d4952ea 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
new file mode 100644
index 0000000..33cfbff
--- /dev/null
+++ b/res/values-v19/colors.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* //device/apps/Calendar/assets/res/any/colors.xml
+**
+** Copyright 2013, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+**     http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<resources>
+    <color name="pressed">#3fcccccc</color>
+    <color name="day_event_clicked_background_color">#3fcccccc</color>
+    <color name="day_clicked_background_color">#3fcccccc</color>
+</resources>