summaryrefslogtreecommitdiffstats
path: root/res/drawable/btn_new_shutter.xml
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-08-10 06:48:28 +0200
committerArne Coucheron <arco68@gmail.com>2018-01-27 00:41:45 +0100
commit7f4ba23dfc98f36c6bc139b7dbc55948f858e8df (patch)
tree9483651d372703980d887b39ed559674ff72a2e2 /res/drawable/btn_new_shutter.xml
parent690481663272ee4cce5dd7670edfe7b0b33a5f85 (diff)
downloadandroid_packages_apps_Snap-7f4ba23dfc98f36c6bc139b7dbc55948f858e8df.tar.gz
android_packages_apps_Snap-7f4ba23dfc98f36c6bc139b7dbc55948f858e8df.tar.bz2
android_packages_apps_Snap-7f4ba23dfc98f36c6bc139b7dbc55948f858e8df.zip
Snap: Bring back original shutter icons and animation
Change-Id: I843ba306053ea7f14fbf805c8633c02a854f84df
Diffstat (limited to 'res/drawable/btn_new_shutter.xml')
-rw-r--r--res/drawable/btn_new_shutter.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/drawable/btn_new_shutter.xml b/res/drawable/btn_new_shutter.xml
index a41581238..53bef3176 100644
--- a/res/drawable/btn_new_shutter.xml
+++ b/res/drawable/btn_new_shutter.xml
@@ -15,7 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true"
- android:drawable="@drawable/shutter_button_pressed" />
- <item android:drawable="@drawable/shutter_button_normal" />
+ <item android:state_pressed="true" android:drawable="@drawable/shutter_button_dim" />
+ <item android:drawable="@drawable/shutter_button_0" />
</selector>