在xml里通过shape画实心圆点

现在drawable下建一个Aandroid XML File ,类型选择shape

<shape xmlns:android="http://schemas.android.com/apk/res/android" 
    android:shape="oval">  
    <solid android:color="#55ffffff" />  //背景
    <size android:width="6dip" android:height="6dip"/>

</shape>



猜你喜欢

转载自blog.csdn.net/qq_15949077/article/details/50625600
今日推荐