mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 17:33:22 +00:00
11 lines
358 B
XML
11 lines
358 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<item>
|
||
|
|
<shape android:shape="rectangle">
|
||
|
|
<size android:height="1dp" />
|
||
|
|
<solid android:color="@color/brand_700" />
|
||
|
|
</shape>
|
||
|
|
</item>
|
||
|
|
<item android:drawable="@drawable/separator_fancy" />
|
||
|
|
</layer-list>
|