OsmAnd/OsmAnd/res/drawable/circle_contour_bg_light.xml

14 lines
316 B
XML
Raw Normal View History

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:bottom="1dp"
android:left="1dp"
android:right="1dp"
android:top="1dp">
<shape android:shape="oval">
<stroke
android:width="1dp"
2019-07-04 18:58:10 +02:00
android:color="@color/divider_color_light" />
</shape>
</item>
</layer-list>