OsmAnd/OsmAnd/res/drawable/radio_button_regular_center.xml
2020-07-15 09:24:52 +03:00

7 lines
No EOL
240 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dp"
android:color="@color/stroked_buttons_and_links_outline_light" />
</shape>