张钢
2024-09-12 f278edbd3f0f809e4a3b59bf16d24c624a43f98d
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners
        android:topLeftRadius="0dp"
        android:topRightRadius="10dp"
        android:bottomLeftRadius="10dp"
        android:bottomRightRadius="10dp" />
    <stroke android:width="1dp" android:color="#fffad1e0" />
</shape>