Files
YandView/app/src/main/res/drawable/edit_bg.xml
T
2021-05-07 17:04:01 +08:00

7 lines
186 B
XML

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