<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <gradient
        android:angle="0"
        android:endColor="#8E2DE2"
        android:startColor="#4A00E0"
        android:type="linear"/>

    <corners android:radius="@dimen/_2sdp"/>

    <stroke
        android:width="@dimen/_1sdp"
        android:color="?ns_title" />

</shape>