OsmAnd/OsmAnd/res/drawable/border_round_solid_light_small.xml
2019-03-01 13:35:59 +02:00

9 lines
No EOL
302 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="2dp" />
<solid android:color="@color/card_and_list_background_light" />
<stroke
android:width="1dp"
android:color="#B3000000" />
</shape>