xmuSistone / VegaLayoutManager

√A customized LayoutManager - fade and shrink the head itemView when scrolling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I modify the layout manager to achieve a horizontal scrolling effect?

aWayOfLife opened this issue · comments

Thanks for the amazing library. I was wondering if we could achieve this effect for a horizontally scrolling recycler view like it's shown in the attachment.
horizontal scroll

commented

Actually, there has some other repositories which have done this work. Such as this one: clik here. And you may need to know more about LayoutManager to improve and optimize the fluency.