Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
491 B
2
Indexable
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
    <gradient
        android:startColor="@color/blue_1"
        android:endColor="@color/blue"
        android:angle="0"/>
    <padding android:left="7dp"
        android:top="7dp"
        android:right="7dp"
        android:bottom="7dp" />

    <corners
        android:bottomLeftRadius="300dp"
        android:bottomRightRadius="300dp"
        />
</shape>