OsmAnd/OsmAnd/res/drawable/progress_photo_circular.xml
2016-04-11 10:35:07 +03:00

11 lines
No EOL
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>