12 lines
No EOL
404 B
XML
12 lines
No EOL
404 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"
|
|
android:useLevel="true"> <!-- Just add this line -->
|
|
<solid android:color="#ffffff"/>
|
|
</shape>
|
|
</rotate> |