5 lines
133 B
XML
5 lines
133 B
XML
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="oval">
|
||
|
|
<solid android:color="#FFFFFF" />
|
||
|
|
</shape>
|