11 lines
316 B
XML
11 lines
316 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="ring"
|
|
android:useLevel="false"
|
|
android:innerRadius="45dp"
|
|
android:thickness="@dimen/dp2">
|
|
<stroke
|
|
android:width="@dimen/dp2"
|
|
android:color="#009ca6"/>
|
|
</shape>
|