2020-10-17 10:07:03 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="oval">
|
2021-01-09 11:24:16 +00:00
|
|
|
<solid android:color="@color/black" />
|
2020-10-17 10:07:03 +00:00
|
|
|
</shape>
|