Skip to content

Instantly share code, notes, and snippets.

@CodeBoy722
Last active August 23, 2020 19:59
Show Gist options
  • Save CodeBoy722/c71cb119a34c6915982f3388d77db313 to your computer and use it in GitHub Desktop.
Save CodeBoy722/c71cb119a34c6915982f3388d77db313 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:innerRadius="50dp"
android:shape="ring"
android:useLevel="false">
<gradient
android:type="linear"
android:angle="180"
android:startColor="@color/skyblue"
android:centerColor="@color/colorPrimary"
android:endColor="@color/orange" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment