Hi iam currently working on an android application it has two list views inside the main activity.What i want is disable the scrolling of two lists and allow the whole page
scroolview allow only one child. so to solve your problem you need to create scrollview in the xml inside put linearLayout and inside the LinearLayout put all your content.
and for disabling the list scrolling you can use inside MainActivty : list .setVerticalScrollBarEnabled(false);