I am trying to put a ListView below a ScrollView in android. I tried putting them inside a LineaLayout like this
ListView
ScrollView
LineaLayout
You have to set the the height of the content of scrollview and its element to 'wrap content'. XML will be like this:
...(height will be wrap_content for inner element as well)
This will might help you..