OsmAnd/OsmAnd/res/drawable/progress_photo_circular.xml

11 lines
344 B
XML
Raw Normal View History

2016-04-11 09:35:07 +02:00
<?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>