OsmAnd/OsmAnd/res/drawable/travel_card_stroke_bg.xml
2018-04-23 19:36:11 +03:00

12 lines
266 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="?attr/wikivoyage_card_divider_color"/>
<corners android:radius="3dp"/>
</shape>