aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/res/drawable/orca_composer_attach_photo_button.xml
blob: 21f8e8e6c710dec658b50adc87ab293328d204bf (plain)
1
2
3
4
5
<?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>