blob: 04165bdc0f2f25b6aeda4bbc2da8c98e810d28a9 [file] [log] [blame]
<?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>