Files
NavinfoOutDoor/app/src/main/res/drawable/btn_end_shape.xml
2021-07-13 18:21:41 +08:00

5 lines
189 B
XML

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