Solution of Scrollview nested GridView in Android
A few days ago, it was used in the development that Scrollview nested GridView. Because these two controls have their own scroll bars, there will be a problem when they encounter each other, that is, the GridView will not be fully displayed. Find a common solution for everyone. Record it.
Solution: customize a GridView control
The custom control only overrides the onmeasure method of GridView so that it will not appear scroll bars. The same is true for Scrollview nested listview, which will not be repeated.
XML layout code
Java call code
The above is the solution of Scrollview nested GridView in Android introduced by Xiaobian. I hope it will be helpful to you. If you have any questions, please leave me a message and Xiaobian will reply to you in time. Thank you very much for your support for the programming tips website!