OsmAnd/OsmAnd/res/drawable/rounded_background_3dp.xml

4 lines
147 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="3dp"/>
</shape>