You can use next trick:
<View
android:layout_width="match_parent"
android:layout_height="2dp"
android:background="#ffffff"/>
This will draw horizontal line of white color with 2dp in height.
You can use next trick:
<View
android:layout_width="match_parent"
android:layout_height="2dp"
android:background="#ffffff"/>
This will draw horizontal line of white color with 2dp in height.