Whoever answers this gets a cookie.
My aim is to have a 2 dimensional ListView.
A ListView
containing a number of HorizontalListView
s (courtesy of Cheesebaron & co.)
Problem is:
HorizontalListView
does not resolve its own Height
when match_parent/wrap_content
is used. Though the Width
is.
When explicitly giving a Height
each HorizontalListView
shows fine.
I have tried to resolve the Height
myself inside HorizontalListView.OnMeasure
which receives HeightMeasureSpec
of zero/Unpecified but I failed.
I have made the project public on Bitbucket
Please help. Sorry if my writing is confusing.
Thanks.
(Remember the cookie)