我想在android中制作形状,如下面的图像。
此处每个文字都是TextView
,这是三种情况,
有可能吗?
答案 0 :(得分:1)
第一张图片是中风红色和纯黄色的圆圈
<?xml version="1.0" encoding="utf-8" ?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="circle">
<stroke android:color="@color/red" android:width="1dp" />
<solid android:color="@color/yellow" />
</shape>
将此drawable设置为文本视图的背景并设置&#34; 12&#34;作为文本视图的文本。