lucasr / twoway-view

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

Implement RTL and layoutFromEnd support in TwoWayLayoutManager #97

Open lucasr opened 10 years ago

lucasr commented 10 years ago

For feature parity, l10n friendliness, and completeness.

wmbest2 commented 9 years ago

Definitely a +1 from @RedThirst13 and I on this one. Any chance you have this on your radar or could point us in the right direction to implement this ourselves?.

We are looking to reverse the SpannedGridLayoutManager.

iGio90 commented 9 years ago

+1 !!!!!!!!! need also to reverse the spannable grid!!!!

iGio90 commented 9 years ago

referenced also on stackoverflow http://stackoverflow.com/questions/28852963/reverse-layout-for-twowayview-layout-manager

iGio90 commented 9 years ago

@eygraber I'm using your #149 to drag'n'drop but did you tried for example having different spans on items above the first visible position? if you drag and move an item in the very bottom of the list all the items above needs to verify back the positions to fit the new grid! I think this shoud need the rtl support no?