I am trying to create a XML template such as the Google Play which implement the use of listview and scroll view as below
<custom scrollview>
    <imageview>
    <textview>
    <static listview> //list of comment
<custom scrollview>
The page is scrollable, but when user touch the listview area, the page become unscrollable, is there a way to make the entire page scrollable with the static listview in it?
