OsmAnd/OsmAnd/res/drawable/travel_card_start_editing_image_bg.xml

10 lines
316 B
XML
Raw Normal View History

2018-04-26 13:32:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<solid android:color="@color/wikivoyage_start_editing_card_image_background"/>
<corners android:topLeftRadius="3dp" android:topRightRadius="3dp"/>
</shape>
</item>
</layer-list>