竖线:
<View
android:layout_width="1dip"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
android:background="#66CCFF"/>
横线:
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="#66CCFF"/>