MrShi
2025-11-10 7e9756e119c3a511b7be25ef38de6c27cc9d524b
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>