74shape 画圆 加 边框

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了74shape 画圆 加 边框相关的知识,希望对你有一定的参考价值。

技术分享

 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>

 

以上是关于74shape 画圆 加 边框的主要内容,如果未能解决你的问题,请参考以下文章

在vb中人如何用 shape控件画圆?

android 里用shape画圆,怎么填充颜色

android 里用shape画圆,怎么填充颜色

android 里用shape画圆,怎么填充颜色

UIView 用虚线边框画圆

android 为啥没有边框