I am trying to figure out how to setup a layout like this:
Basically I want to achieve that as the user scrolls he scrolls over whole layout not only in listview, which should consist of comments. As far as I know including ListView
inside ScrollView
is not recommended. Also maybe in future I would like to include MapView
or MapFragment
between ListView
and some text. So how can I achieve this kind of layout ?