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
You may solve it by adding android:fillViewport="true" to your ScrollView.
android:fillViewport="true"
before use that property, there was only one child of my list view is visible. after using that all the rows or child of list are visible.