i need make a list that not have scrolling, because i will have two lists, and wish you had just one scroll, and they were wrap_content, there exist object to make it?
Thanks in advance
Sorry by my English
I up a image to you understand me
i need make a list that not have scrolling, because i will have two lists, and wish you had just one scroll, and they were wrap_content, there exist object to make it?
Thanks in advance
Sorry by my English
I up a image to you understand me
listView.setScrollContainer(false);
More you can read here.
You should set fixed height for each ListView
, using weight
in your xml.
The way to do this: link.