<!-- 设置组件之间的分割线 -->>
<View
android:layout_marginTop="5dp"
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="?android:attr/listDivider"/>
<View
android:layout_marginTop="5dp"
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="?android:attr/listDivider"/>