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!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>