I usually use this code to add horizontal line:
<View android:layout_width="fill_parent" android:layout_height="1dp" android:background="@android:color/darker_gray"/>
To add vertical separator set android:layout_width="1dp".
Read full article from Android Drawing Separator/Divider Line in Layout? - Stack Overflow
No comments:
Post a Comment