Files
rr3-apk/decompiled/resources/res/drawable/ia_circular_progress.xml
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

18 lines
534 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="270"
android:toDegrees="270">
<shape
android:shape="ring"
android:innerRadiusRatio="2.5"
android:useLevel="true"
android:thickness="4dp">
<gradient
android:startColor="#9000d691"
android:endColor="#00d691"
android:useLevel="false"
android:angle="0"
android:type="sweep"/>
</shape>
</rotate>