mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-27 00:23:30 +00:00
some progress on cross-device, and new dynamic island thingy!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user