码迷,mamicode.com
首页 > 移动开发 > 详细

android 圆角编写(懒得去找,写给自己看的)

时间:2014-11-14 15:33:03      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:android   http   color   ad   ef   as   tt   res   c   

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#00000000"/>
<stroke android:width="2dp" android:color="#FFB66F"
android:dashWidth="0dp" android:dashGap="3dp" />
<padding android:left="3dp" android:top="3dp"
android:right="3dp" android:bottom="3dp" />
<corners android:radius="8dp" />
</shape>

android 圆角编写(懒得去找,写给自己看的)

标签:android   http   color   ad   ef   as   tt   res   c   

原文地址:http://www.cnblogs.com/shortboy/p/4097268.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!