Android Drawing Separator/Divider Line in Layout? -


i draw line right in middle of layout , use separator of other items textview. there widget this. don't want use image hard match other components it. , want relatively positioned well. thanks

i use code add horizontal line:

<view     android:layout_width="match_parent"     android:layout_height="1dp"     android:background="@android:color/darker_gray"/> 

to add vertical separator, switch layout_width , layout_height values


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -