section_header.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<shape xmlns:android="http://schemas.android.com/apk/res/android"
 3    android:shape="rectangle" >
 4
 5    <size
 6        android:height="1.5dp"
 7        android:width="2000dp" />
 8
 9    <solid android:color="@color/divider" />
10
11</shape>