I want to scroll a parent container having linear layout and listview as its child layouts. The problem is that ListView scroll doesnt work inside ScrollView, i have tried this but didnt work.
Android list view inside a scroll view
I want to make it look like as if the "simple layout" is ListView's 0th item. So simple layout scroll with the listview rows. I think its doable by using different layouts inside getView in List Adapter but simple layout will going to have 2 dropdowns and button which will be used to control the below list just like a filter. So i think its not a good idea to do this as all the click handlers for dropdown and button will be inside getView.