Newer
Older
Telegram / TMessagesProj / src / main / res / drawable / attach_camera_states.xml
ubt on 31 Oct 2017 363 bytes init
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/attach_camera_pressed" android:state_pressed="true" />
    <item android:drawable="@drawable/attach_camera_pressed" android:state_selected="true" />
    <item android:drawable="@drawable/attach_camera" />
</selector>