summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2014-05-16 18:31:33 -0700
committerSascha Haeberling <haeberling@google.com>2014-05-16 18:31:33 -0700
commit09f70da39bcc93a1e418243f71e248382f17854b (patch)
tree34cb70b0f7d1d079ce0bc18d718bc76d654ee397 /res/drawable
parenta434d7b4d8fbbcc53616ee624482e33e12332fa9 (diff)
downloadandroid_packages_apps_Camera2-09f70da39bcc93a1e418243f71e248382f17854b.tar.gz
android_packages_apps_Camera2-09f70da39bcc93a1e418243f71e248382f17854b.tar.bz2
android_packages_apps_Camera2-09f70da39bcc93a1e418243f71e248382f17854b.zip
Fix the build, we need button_cling in camera2.
Change-Id: I8150d87567ed0e8598e59a806859b00bf51b70c8
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/button_cling.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable/button_cling.xml b/res/drawable/button_cling.xml
new file mode 100644
index 000000000..ad42dcd19
--- /dev/null
+++ b/res/drawable/button_cling.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true"
+ android:drawable="@drawable/btn_cling_pressed" />
+ <item android:drawable="@drawable/btn_cling" />
+</selector> \ No newline at end of file