12 lines
267 B
XML
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>
|