Android Customized ListView
I am having a Srollview in for my entire layout.In that i added a listview.when i scroll开发者_高级运维ing the page ,tha page scrolls normally,but when it reaches listview listview only scrolls how to overcome this problem.
Please any one can suggest the answer.
I am looking that when i scroll the listview the whole page gets scrolled.
I don't know what it is exactly that you want, but never put a ListView inside a ScrollView! ListView does its own scrolling.
精彩评论