shape圆角
<shape xmlns:android="http://schemas.android.com/apk/res/android"><cornersandroid:topLeftRadius="16dp" <!--上面左圆角的半径-->android:topRightRadius="16dp"<!--上面右圆角的半径-->android:bottomLef
·
<shape xmlns:android="http://schemas.android.com/apk/res/android"
>
<corners android:topLeftRadius="16dp" <!--上面左圆角的半径-->
android:topRightRadius="16dp" <!--上面右圆角的半径-->
android:bottomLeftRadius="0dp" <!--下面左圆角的半径-->
android:bottomRightRadius="0dp"/> <!--下面右圆角的半径-->
</shape>
更多推荐
已为社区贡献3条内容
所有评论(0)