RealmTest/app/src/main/res/drawable/shape_radius.xml
2023-01-13 14:47:09 +08:00

6 lines
192 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="8dp" />
<stroke
android:width="2px"
android:color="@color/black" />
</shape>