Skip to content

Instantly share code, notes, and snippets.

@chankruze
Created June 13, 2019 18:43
Show Gist options
  • Save chankruze/0a3c01b1e346454421f30b36b9ef3d1a to your computer and use it in GitHub Desktop.
Save chankruze/0a3c01b1e346454421f30b36b9ef3d1a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:pivotX="50%" android:pivotY="50%" android:fromDegrees="0"
android:toDegrees="360">
<shape android:shape="ring" android:innerRadiusRatio="3"
android:thicknessRatio="8" android:useLevel="false">
<size android:width="56dip" android:height="56dip" />
<gradient android:type="sweep" android:useLevel="false"
android:startColor="@android:color/transparent"
android:endColor="#1e9dff"
android:angle="0" />
</shape>
</rotate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment