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