zhibo/android-app/app/src/main/res/drawable/bg_avatar_circle.xml

5 lines
174 B
XML
Raw Normal View History

2025-12-17 15:38:00 +08:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="#111111" />
</shape>