emojicon/lib/res/drawable/orca_composer_attach_photo_button.xml
2015-01-09 20:01:46 +05:30

6 lines
No EOL
286 B
XML

<?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>