Issue
I need to make a recycler view whose elements will wrap around the ImageView (like this: https://imgur.com/a/7NpCHri). Is there a way to implement this?
Solution
You can create adapter with GridLayoutManager and for items with indexes 6, 7, 10, 11 make empty transparent views. But as it were said in comment it is not appropriate use of RV. Maybe it is better to stick with ordinary buttons, or make a custom composite view group.
Answered By - Alexandr Soldatenkov
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.