Skip to content

Porting from 3.1.x to 3.2.x

Giorgio Antonioli edited this page May 18, 2020 · 2 revisions

The version 3.2.0 deprecates the old RecyclerViewDivider API.

To use the new API, look at the usage section of the wiki.

The class RecyclerViewDivider.BuilderProvider hasn't a direct replacement since it has been deprecated in favor of theme attributes since they are more coherent with the Android API.

Another change is the separation of the LinearLayoutManager/GridLayoutManager divider from the StaggeredGridLayoutManager divider to have a better customization of both.

Clone this wiki locally