首页
IT
登录
6mi
u
盘
搜
搜 索
IT
圆角矩形
圆角矩形
xiaoxiao
2021-03-25
95
<?
xml version=
"1.0"
encoding=
"utf-8"
?>
<
shape
xmlns:
android
=
"http://schemas.android.com/apk/res/android"
android
:shape=
"rectangle"
>
<!-- 填充颜色 -->
<
solid
android
:color=
"#fff"
></
solid
>
<!-- 线的宽度,颜色灰色 -->
<
stroke
android
:color=
"#808080"
android
:width=
"1dp"
></
stroke
>
<!-- 矩形的圆角半径 -->
<
corners
android
:radius=
"7dp"
></
corners
>
</
shape
>
转载请注明原文地址: https://ju.6miu.com/read-22069.html
技术
最新回复
(
0
)