Newer
Older
dictation / app / src / main / res / drawable / press_gray_bg.xml
bello on 17 Jul 2020 289 bytes init
<?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/shape_gray_1" />
    <item android:state_pressed="false" android:drawable="@drawable/shape_gray_0" />
</selector>