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