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   布局文件

<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的布局预览里显示正常(红底白字的圆),

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

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

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

74shape 画圆 加 边框

android怎么让button去掉边框

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

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