apkfuckery/com.discord/res/drawable/drawable_boost_progress_rin...

7 lines
423 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<rotate android:fromDegrees="270.0" android:toDegrees="270.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<shape android:shape="ring" android:innerRadiusRatio="2.3" android:useLevel="true" android:thickness="4.0dip">
2020-07-08 16:44:49 +00:00
<gradient android:startColor="#ffb473f5" android:endColor="#ffe292aa" android:angle="0.0" android:type="linear" />
2020-05-17 12:40:10 +00:00
</shape>
</rotate>