唐浩
2025-09-24 de7f93c0bc4a3c576095eb7e09217a35c183ed1d
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval" xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke android:width="1dp" android:color="#ff223551" />
    <solid android:color="#ffffffff" />
    <size android:height="14dp" android:width="14dp"/>
</shape>