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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android 里用shape画圆,怎么填充颜色相关的知识,希望对你有一定的参考价值。

为你其中提供一种解决方案:
android;msg_new_counter"22"
android;
android;20dp"
android;>.com/apk/res/android"0dp" android;
android;
android;
android;utf-8".android;/://schemas;TextView
android; /:width="shape xmlns;top|center_horizontal".com/apk/res/android" target="_blank">http.0":background="3dp":text=":layout_height="bold" android;false"
android:textColor="ring"solid android;>
android;bg_have_msg".android://schemas;wrap_content":layout_width=";2":layout_marginTop="8sp":shape="stroke android; encoding="1;
android;3dp"
android;
<:id="
android;
<

2;#ffffff":useLevel="wrap_content"?xml version=":innerRadiusRatio=":textSize="#ff0000">@+id/1"
<
android;
android:color=":layout_marginLeft="#ff0000"
android:thicknessRatio=":color=".资源文件

<?>:textStyle="/ /:innerRadius=":padding=":android=">
<

在android studio的布局预览里显示正常(红底白字的圆):thickness="
android  布局文件

<1dp"
参考技术A paint.setStyle(Paint.Style.FILL);//设置为实心填充。 参考技术B 布局文件

<TextView
android:id="@+id/msg_new_counter"
android:textStyle="bold"
android:layout_marginTop="3dp"
android:padding="3dp"
android:text="22"
android:textColor="#ffffff"
android:textSize="8sp"
android:layout_gravity="top|center_horizontal"
android:layout_marginLeft="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_have_msg"/>

2.资源文件

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="ring"
android:innerRadius="6dp"
android:innerRadiusRatio="1"
android:thickness="0dp"
android:thicknessRatio="2"
android:useLevel="false">
<stroke android:width="1dp" android:color="#ff0000" />
<solid android:color="#ff0000" />
</shape>

在android studio的布局预览里显示正常(红底白字的圆),本回答被提问者和网友采纳

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>

 

以上是关于android 里用shape画圆,怎么填充颜色的主要内容,如果未能解决你的问题,请参考以下文章

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

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

74shape 画圆 加 边框

android怎么让button去掉边框

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

Android学习——Button填充颜色及实现圆角