Listview Not Working Inside Scrollview
I have created a listview inside scrollview, the list have started scrolling but linearlayout below listview does not appears on screen. have used custom adapter to fill list. Belo
Solution 1:
You cant have to scrolling layouts inside each other. When organize your layout you would realized that you can achieve the same behavior and look with one of them.
Post a Comment for "Listview Not Working Inside Scrollview"