2019-04-02 17:17:03 +02:00
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:bottom="1dp"
|
|
|
|
android:left="1dp"
|
|
|
|
android:right="1dp"
|
|
|
|
android:top="1dp">
|
|
|
|
<shape android:shape="oval">
|
|
|
|
<stroke
|
|
|
|
android:width="1dp"
|
2019-07-04 18:58:10 +02:00
|
|
|
android:color="@color/divider_color_dark" />
|
2019-04-02 17:17:03 +02:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</layer-list>
|