自定义ListView下方分割线
<ListView
android:id="@+id/android:list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:divider="@color/gray6"
android:dividerHeight="1px"/>