Newer
Older
dictation / app / src / main / res / drawable / press_blue_btn_2.xml
bello on 17 Jul 2020 300 bytes init
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/shape_blue_btn_2" android:state_pressed="false" />
    <item android:drawable="@drawable/shape_blue_btn_2_on" android:state_pressed="true" />
</selector>