[android-developers] horizontal list with vertical scroll
Does anyone know of a good way to create an AdapterView that will
sequentially place children horizontally until that line becomes full
and will wrap down to the next line (similar to word wrapping, but
with whole views). I'm in a situation where I don't know at runtime
how wide my AdapterView will be (and thus how many columns of
children), and for that matter the width can change even after it's
been displayed. For other reasons having a single Adapter to send
data to makes things much easier than having to maintain a "2D" mess
of Adapters.
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home