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