- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
18 lines
534 B
XML
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>
|