码迷,mamicode.com
首页 > 其他好文 > 详细

74、shape 画圆 加 边框

时间:2016-01-27 13:02:41      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 1 <?xml version="1.0" encoding="utf-8"?>
 2 <!--<shape xmlns:android="http://schemas.android.com/apk/res/android"
 3     android:shape="ring" android:useLevel="false">
 4 
 5     <solid android:color="@color/code44" />
 6     <stroke android:width="3dp" android:color="@color/code43" />
 7 
 8 </shape>-->
 9 <shape
10     xmlns:android="http://schemas.android.com/apk/res/android"
11     android:shape="oval"
12     android:useLevel="false" >
13 
14     <solid android:color="@color/code44" />
15     <!--<padding
16         android:left="2dp"
17         android:top="1dp"
18         android:right="2dp"
19         android:bottom="1dp" />
20     <solid android:color="@color/code44" />-->
21     <stroke
22         android:width="1dp"
23         android:color="@color/white" />
24 
25     <size android:width="35dp"
26         android:height="35dp" />
27 </shape>

 

74、shape 画圆 加 边框

标签:

原文地址:http://www.cnblogs.com/androidsj/p/5162650.html

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