shape_update.xml 610 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/white" />
    <corners android:topLeftRadius="10dp"
        android:topRightRadius="10dp"
        android:bottomRightRadius="10dp"
        android:bottomLeftRadius="10dp"/>

    <!-- 间隔 -->
    <!--<padding-->
        <!--android:left="10dp"-->
        <!--android:top="3dp"-->
        <!--android:right="10dp"-->
        <!--android:bottom="3dp"/>&lt;!&ndash; 各方向的间隔 &ndash;&gt;-->
    <stroke android:width="1dp" android:color="@color/white" />
</shape>