Rohith
Rohith

Reputation: 1001

Is it possible to draw a vertical line in the middle of the list view in android?

Is it possible to draw a vertical line in the middle of the list view in android. I mean, can i able to split the list view.

If i do so, can i able to show the data in list-view on both sides. I mean i would like to split the listview into two columns.

why im asking this because,here im creating one customised listview.. i would like to show that list view in to grid view format..But in grid view we cannot able to customize it right?

Suggestion please

Thanks for your precious time!...

Upvotes: 0

Views: 691

Answers (1)

Waza_Be
Waza_Be

Reputation: 39538

Your question is not easy to understand..

Do you want 2 separate ListView side by side with a different scrolling or just to display 2 columns?

If you want to display 2 columns, a GridView seems to be your friend.

http://developer.android.com/guide/topics/ui/layout/gridview.html

Upvotes: 1

Related Questions