mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-03-01 12:13:42 +00:00
12 lines
308 B
XML
12 lines
308 B
XML
<rotate
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fromDegrees="270"
|
|
android:toDegrees="270">
|
|
<shape
|
|
android:shape="ring"
|
|
android:innerRadiusRatio="3.0"
|
|
android:thickness="4dp" >
|
|
<solid android:color="#1ceb72" />
|
|
</shape>
|
|
</rotate>
|