I have an android layout which has a scrollView with a number of elements with in it. At the bottom of the scrollView I have a listView
scrollView
listView
Do NEVER put a ListView inside of a ScrollView! You can find more information about that topic on Google. In your case, use a LinearLayout instead of the ListView and add the elements programmatically.
ListView
ScrollView
LinearLayout