I have two listviews, but they don\'t scroll. How do I correct this?
Here is my layout.xml
layout.xml
You shouldn't put a ListView inside a ScrollView because the ListView class implements its own scrolling and it just doesn't receive gestures because they all are handled by the parent ScrollView