alibaba / vlayout

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
http://tangram.pingguohe.net/
MIT License
10.8k stars 1.79k forks source link

StickyLayoutHelper对控件镜像适配问题 #494

Open wkp111 opened 4 years ago

wkp111 commented 4 years ago

StickyLayoutHelper的layoutViews是先measure和layout,后addView,使得控件内部子控件无法镜像;需要在doMeasure前helper.addChildView(layoutState, view)