OsmAnd/OsmAnd/res/drawable/circle_background_light.xml
Nazar c53332c150 add select profile button to drawer menu
add select profile BottomSheet
2019-09-06 14:14:28 +03:00

12 lines
No EOL
298 B
XML

<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">
<solid
android:color="@color/list_background_color_light" />
</shape>
</item>
</layer-list>