gradient_bt.xml 358 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <gradient
        android:angle="90"
        android:endColor="@android:color/darker_gray"
        android:startColor="@color/colorPrimaryDark"
        android:type="linear">

    </gradient>

    <corners
        android:radius="20dp"/>

</shape>