2018-09-08 11:30:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
2018-10-25 14:09:41 +02:00
|
|
|
<size android:height="4dp" />
|
2018-10-30 13:46:24 +01:00
|
|
|
<solid android:color="@color/dark_icon" />
|
2018-09-08 11:30:58 +02:00
|
|
|
</shape>
|