How can I put a ListView into a ScrollView without it collapsing?
Here’s my solution. I’m fairly new to the Android platform, and I’m sure this is a bit hackish, especially in the part about calling .measure directly, and setting the LayoutParams.height property directly, but it works. All you have to do is call Utility.setListViewHeightBasedOnChildren(yourListView) and it will be resized to exactly accommodate the height of its … Read more