Hi,

I'm looking for a way to put three ListViews side by side.
Documentation specify that ListView "displays a scrolling single
column list". As I'm a bit stubborn, I've done some tests but I only
manage to display one ListView which fill all the screen even if I use
"wrap_content" or if I put each ListView in a LinearLayout.

The final goal is to connect these ListViews together, clicking on an
item from the first will update the content of the second, and so on.

Should I user ScrollView instead ? For those who will say that three
ListViews won't fit in a mobile screen, I trying to make an
application for a tablet :)

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to