您的位置:首页 > 其它

圆角矩形 边框

2014-07-25 14:31 218 查看
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="#2e81ab"/>
<corners android:radius="20dp"></corners>

<stroke android:width="2dp" android:color="#777777"></stroke>

</shape>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: