lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Spannable Grid and grid items with 16:9 aspect ratio #164

Open taaeng opened 9 years ago

taaeng commented 9 years ago

Hi!

I have created a grid view that supports both scroll directions, recycling and grid items with different sizes, but I´m now looking at using the TwoWayView instead. Have a look at my grid view: https://play.google.com/store/apps/details?id=no.nrk.tv

Here is a patch that tries to replicate what I want to do with TwoWayView: https://www.dropbox.com/s/1avpud3fyyrd6h2/patch_spannable_and_aspect_ratio_grid.diff?dl=0

screenshot1

Issues: 1) I see gaps in the grid view. Maybe this is by design? 2) Scrolling back to the start makes the grid change position and overlap

screenshot2