(recycle) listview - calculate height
问题 I have multiple lists in my Android app, the activities that contain those (recycle) listviews also contain other content. Putting a listview below the content works fine without any custom modelling. However, when scrolling in the list, it is only scrolling the list, thus showing about 1 or 2 items, while we would like to scroll the whole activity, so that the content moves up and the complete list is shown. To make an activity scrollable, we would need a ScrollView, this goes a bit against