<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" > <solid android:color="#000000" /> <corners android:radius="5dip" /> </shape>
android 绘制圆
最新推荐文章于 2024-09-08 14:20:02 发布
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" > <solid android:color="#000000" /> <corners android:radius="5dip" /> </shape>