<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <corners android:radius="@dimen/_10sdp" />

    <gradient
        android:angle="90"
        android:endColor="#233245"
        android:startColor="#141A26"
        android:type="linear"/>

</shape>