2018-05-03 17:30:50 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<inset>
|
|
|
|
<shape android:shape="oval">
|
2019-07-04 18:58:10 +02:00
|
|
|
<solid android:color="@color/list_background_color_dark"/>
|
2018-05-03 17:30:50 +02:00
|
|
|
</shape>
|
|
|
|
</inset>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layer-list>
|