summaryrefslogtreecommitdiff
path: root/android/sdremote/res/drawable/underline_header.xml
blob: 9613dbf8283959fff66d287addce316a99eb771d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">

    <size
        android:width="100000dp"
        android:height="1dp"/>

    <solid
        android:color="@color/background_header"/>

</shape>