直接上代码
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#ff0000" />
<size
android:width="10dp"
android:height="10dp" />
</shape>
效果如下图
2022719.png
网友评论