MrShi
2025-10-24 4bc8798a7097eb5631f32cb30c6c1bf0232b6761
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- 设置按钮的四个角为弧形 -->
    <corners android:radius="5dp" />
</shape>