aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2015-04-12 17:22:42 +0200
committerlookshe <github@lookshe.org>2015-04-12 17:22:53 +0200
commitcae106e3106d26742d94e74f96c0295270c1620e (patch)
treed1c251ffe6a8162efca5082056f93a91ce8c5bef /libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml
parent972c65b775b2191ee5b54472e24958f3c87dbb21 (diff)
whatsapp-like smiley implementation
Diffstat (limited to 'libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml')
-rw-r--r--libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml b/libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml
new file mode 100644
index 00000000..ca7508dd
--- /dev/null
+++ b/libs/emojicon/src/main/res/drawable/orca_composer_attach_photo_button.xml
@@ -0,0 +1,6 @@
+<?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/orca_attach_photo_pressed" />
+ <item android:drawable="@drawable/orca_attach_photo_normal" />
+</selector> \ No newline at end of file