You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size of the grid view is not automatically resized, so it does not expand when configured for wrap_content
Fortunately, I have no more things after the grid view, so I could solve it with the following code, but it is not the most optimal solution.
Hi, never saw this issue until now. Looks like you have applied a 'good enough' fix.
Google has also released the StaggeredGridLayoutManager a while ago. There won't be any overlap, but your grid will be staggered which is something that you probably don't want.
I think it's time to look critically at the AutoGridView code and perhaps make it available through Gradle.
The size of the grid view is not automatically resized, so it does not expand when configured for wrap_content
Fortunately, I have no more things after the grid view, so I could solve it with the following code, but it is not the most optimal solution.
Otherwise, no problem. Works correctly.
The text was updated successfully, but these errors were encountered: