android圆角

原创
2013/08/01 11:54
阅读数 78
<?xml version="1.0" encoding="utf-8"?> 
<shape xmlns:android="http://schemas.android.com/apk/res/android" > 

<solid android:color="#ADD8E6" /> 

<stroke 
	android:width="3dp" 
	android:color="#ADD8E6" /> 

<corners android:radius="13dp" /> 

<padding 
	android:bottom="5dp" 
	android:left="5dp" 
	android:right="5dp" 
	android:top="5dp" /> 

</shape>
展开阅读全文
加载中

作者的其它热门文章

打赏
0
0 收藏
分享
打赏
0 评论
0 收藏
0
分享
返回顶部
顶部