Created
June 13, 2019 18:43
-
-
Save chankruze/0a3c01b1e346454421f30b36b9ef3d1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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