bg_radius_green_linear_12.xml 279 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <corners android:radius="12dp"></corners>
    <gradient
        android:angle="180"
        android:endColor="#23B2FA"
        android:startColor="#1DA1F2" />

</shape>