Skip to content

Instantly share code, notes, and snippets.

@sudo5in5k
Created April 16, 2020 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudo5in5k/9df1cf2b03146663c66ca101e34d0116 to your computer and use it in GitHub Desktop.
Save sudo5in5k/9df1cf2b03146663c66ca101e34d0116 to your computer and use it in GitHub Desktop.
GradationProgressBar
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="45"
android:toDegrees="-315"
android:pivotX="50%"
android:pivotY="50%">
<shape
android:shape="ring"
android:useLevel="false">
<gradient
android:centerColor="#FF0000"
android:endColor="#00BFFF"
android:startColor="#00BFFF"
android:type="sweep"
android:useLevel="false" />
</shape>
</rotate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment