11 lines
344 B
XML
11 lines
344 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:innerRadius="22dp"
|
||
|
android:thickness="2dp">
|
||
|
<solid android:color="#ffffff"/>
|
||
|
</shape>
|
||
|
</rotate>
|