<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="10dp"
android:height="10dp"/>
<solid android:color="#3ff"/>
<corners android:radius="5dp"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="10dp"
android:height="10dp"/>
<solid android:color="#3ff"/>
<corners android:radius="5dp"/>
</shape>
本文标题:绘制小圆点
本文链接:https://www.haomeiwen.com/subject/wswrfxtx.html
网友评论