2019-03-30 15:49:47 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
|
|
<shape android:shape="oval">
|
2019-07-01 16:22:27 +02:00
|
|
|
<solid android:color="@color/active_color_primary_light"/>
|
2019-03-30 15:49:47 +01:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</layer-list>
|