summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-16 21:06:28 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-16 21:06:28 -0700
commite20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d (patch)
tree70673c9b19ee478c66836d3f3d719f042148879d /res/drawable
parent74d5dfd662b92c9ce1aee225291b9d1775cfb49e (diff)
downloadandroid_packages_apps_Gallery2-e20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d.tar.gz
android_packages_apps_Gallery2-e20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d.tar.bz2
android_packages_apps_Gallery2-e20cc0cb9f21236342c7bdfa2ffbf66ea8036b1d.zip
Add blue highlight when tapping 360 panorama button
Bug: 7336676 Change-Id: If16e5aacf1102d0bd7de7ce5d6c90efae4c786f7
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/transparent_button_background.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/drawable/transparent_button_background.xml b/res/drawable/transparent_button_background.xml
new file mode 100644
index 000000000..f1cc153c4
--- /dev/null
+++ b/res/drawable/transparent_button_background.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@android:color/holo_blue_light" android:state_pressed="true"/>
+ <item android:drawable="@android:color/holo_blue_light" android:state_pressed="true"/>
+ <item android:drawable="@android:color/transparent" android:state_selected="false"/>
+</selector> \ No newline at end of file