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

    <gradient
        android:endColor="@color/gray_m"
        android:startColor="@color/gray_m2"  />
    <corners android:radius="3dp" />
</shape>