Codewaves / Sticky-Header-Grid

Sticky header grid layout manager for RecycleView
MIT License
116 stars 33 forks source link

Support for RTL languages #11

Open moxie0 opened 6 years ago

moxie0 commented 6 years ago

In RTL languages, the first item in a grid list would be in the top right. Currently, with StickyHeaderGridLayoutManager it's always in the top left.

The standard GridLayoutManager allows you to specify RTL layout, for RTL language support. It'd be great if StickyHeaderGridLayoutManager allowed you to do the same.

Codewaves commented 6 years ago

I will implement RTL support in the near future.