This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
vlayout 1.1.0
- Add two main features in this version:
- Support margins overlap between two neighbouring layoutHelpers, similar to margins overlap in CSS. Enable this feature by calling
setEnableMarginOverlapping(true)
with virtualLayoutManager. RangeGridLayoutHelper
supports nesting a group of different grid style children from the same data source but still flats down to only one level deep in view hierarchy. This help you to avoid splitting your data into several segments to construct different style layoutHelpers to render view.
- Support margins overlap between two neighbouring layoutHelpers, similar to margins overlap in CSS. Enable this feature by calling
- Add
findOffsetPosition(int absolutePosition)
to get relative position in sub adapter.
com.alibaba.android:vlayout:1.1.0@aar