I need to know if there are any way to combine both Views (ListView and LinearLayout(for example)) with the pourpose to scroll both of them. I know that i can use a ScrollView, but i dont know how to put the ListView with the max Size...
The thing that i want to do is something like Samsung Music have, a Scrolling View that have a GridLayout at the top, and a ListView at the bottom, and when de user scrolls the view the gridLayout and Listview scrolls together.
Sorry for my bad english... and Thanks so much.