blob: 00715c7acc080519967173df3c04ec65e144f15e [file] [log] [blame]
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient
android:angle="45"
android:endColor="@color/colorPrimary"
android:startColor="@color/colorPrimary" />
<size
android:width="@dimen/layout_padding_24dp"
android:height="@dimen/layout_padding_24dp" />
</shape>