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-11-10 16:49:21 +01:00
|
|
|
<solid android:color="@color/mastodonC4" />
|
2018-09-08 11:30:58 +02:00
|
|
|
</shape>
|