Possible Duplicate:
Listview inside ScrollView is not scrolling on Android
I have a ListView inside a ScrollView and the problem is that the ScrollView is scrolling but ListView doesn’t scroll. I think this is happening because of that ScrollView. Does anyone have a solution for this issue?
ListViews have built-in scrolling capabilities. Encapsulate it in any other layout like aLinearLayoutorRelativeLayout.