OsmAnd/OsmAnd/res/drawable/travel_card_stroke_bg_light.xml
2018-04-30 18:05:03 +03:00

12 lines
267 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/wikivoyage_card_divider_light"/>
<corners android:radius="3dp"/>
</shape>