I am trying to put a ListView below a ScrollView in android. I tried putting them inside a LineaLayout like this
ListView
ScrollView
LineaLayout
Fill parent wont work for you, change it to wrap content, and give layout_weight 1 to scroll view also, then it may work for you
Fill parent