Newer
Older
dictation / app / src / main / res / drawable / shape_green_circle_on.xml
bello on 17 Jul 2020 263 bytes init
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <gradient android:startColor="@color/green_m2"
        android:endColor="@color/green_m"
        android:angle="0"/>


</shape>