OSDN Git Service

De-blue gallery
authorMindy Pereira <mindyp@google.com>
Tue, 24 Sep 2013 16:08:06 +0000 (09:08 -0700)
committerMindy Pereira <mindyp@google.com>
Tue, 24 Sep 2013 21:06:34 +0000 (14:06 -0700)
fixes b/10914665 de-blue gallery
Change-Id: I961d5792a9e1a0187581439fa58e237b4ddeba5b

res/drawable-hdpi-v19/list_pressed_holo_light.9.png [new file with mode: 0644]
res/drawable-mdpi-v19/list_pressed_holo_light.9.png [new file with mode: 0644]
res/drawable-v19/filtershow_button_background.xml [new file with mode: 0644]
res/drawable-v19/photopage_bottom_button_background.xml [new file with mode: 0644]
res/drawable-v19/transparent_button_background.xml [new file with mode: 0644]
res/drawable-xhdpi-v19/list_pressed_holo_light.9.png [new file with mode: 0644]
res/drawable-xxhdpi-v19/list_pressed_holo_light.9.png [new file with mode: 0644]

diff --git a/res/drawable-hdpi-v19/list_pressed_holo_light.9.png b/res/drawable-hdpi-v19/list_pressed_holo_light.9.png
new file mode 100644 (file)
index 0000000..2054530
Binary files /dev/null and b/res/drawable-hdpi-v19/list_pressed_holo_light.9.png differ
diff --git a/res/drawable-mdpi-v19/list_pressed_holo_light.9.png b/res/drawable-mdpi-v19/list_pressed_holo_light.9.png
new file mode 100644 (file)
index 0000000..061904c
Binary files /dev/null and b/res/drawable-mdpi-v19/list_pressed_holo_light.9.png differ
diff --git a/res/drawable-v19/filtershow_button_background.xml b/res/drawable-v19/filtershow_button_background.xml
new file mode 100644 (file)
index 0000000..cef867b
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+    <item android:drawable="@drawable/list_pressed_holo_light" android:state_pressed="true"/>
+    <item android:drawable="@drawable/filtershow_button_selected_background" android:state_selected="true"/>
+    <item android:drawable="@android:color/transparent" android:state_selected="false"/>
+
+</selector>
\ No newline at end of file
diff --git a/res/drawable-v19/photopage_bottom_button_background.xml b/res/drawable-v19/photopage_bottom_button_background.xml
new file mode 100644 (file)
index 0000000..78571da
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:drawable="@drawable/list_pressed_holo_light" android:state_pressed="true"/>
+    <item android:drawable="@color/button_dark_transparent_background" android:state_selected="false"/>
+</selector>
diff --git a/res/drawable-v19/transparent_button_background.xml b/res/drawable-v19/transparent_button_background.xml
new file mode 100644 (file)
index 0000000..26b1b7c
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:drawable="@drawable/list_pressed_holo_light" android:state_pressed="true"/>
+    <item android:drawable="@drawable/list_pressed_holo_light" android:state_pressed="true"/>
+    <item android:drawable="@android:color/transparent" android:state_selected="false"/>
+</selector>
\ No newline at end of file
diff --git a/res/drawable-xhdpi-v19/list_pressed_holo_light.9.png b/res/drawable-xhdpi-v19/list_pressed_holo_light.9.png
new file mode 100644 (file)
index 0000000..f4af926
Binary files /dev/null and b/res/drawable-xhdpi-v19/list_pressed_holo_light.9.png differ
diff --git a/res/drawable-xxhdpi-v19/list_pressed_holo_light.9.png b/res/drawable-xxhdpi-v19/list_pressed_holo_light.9.png
new file mode 100644 (file)
index 0000000..1352a17
Binary files /dev/null and b/res/drawable-xxhdpi-v19/list_pressed_holo_light.9.png differ