-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have last row expand to fill leftover width #13
Comments
Hey @alashow. I'm not entirely sure if I understand your question. Is it that you want to have the layout take the total available height? In other words, have an auto max row width that determines the correct value to fill the entire view height. Or is it that you want a justified width, so that the last row (e.x. with your second screenshot) will adjust the height so that it fits the entire width while maintaining the aspect ratio? |
Yes, it's exactly what i want. Is it possible? |
@alashow not currently unfortunately! This could be a useful feature to add though. |
@JVillella, any updates on this? BTW, what if the last row have more than one image? |
@JVillella @alashow This feature is built and have pull request. |
Hello.
Is it possible to add feature to fill full width on the last row? Without leaving blank space?
Blank spaces are okay when it's used in simple way (just recyclerView itself), but I want to use it as another recyclerView item, i.e main recyclerView items are recycylerViews with greedoLayoutManager.
Example usage case could be, photosets for post. Post is item of main recyclerView, and photoset is inner recyclerView with greedoLayoutManager.
Screenshots
First one is okay, but not second.
The text was updated successfully, but these errors were encountered: