14 lines
369 B
XML
14 lines
369 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="#cfcfcf"/>
|
|
</shape>
|
|
</item>
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="#33bfa1"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|