what I want is like a gridView where every item could have its own width. Like in html if you just add a lot of span items inside a div block, the div will just grow as necessary to fit them.
Is there something already built for this purpose or should I try and create my own AbsListView implementation?