rubensousa / Decorator

Decorator is an Android library that helps creating composable margins and dividers in RecyclerViews
Apache License 2.0
534 stars 38 forks source link

Last decoration trimmed #13

Closed zakrodionov closed 3 years ago

zakrodionov commented 3 years ago

val decoration = LinearDividerDecoration.create(color = context.getCompatColor(R.color.bg_divider),size = 16.dpToPx) addItemDecoration(decoration)

It looks like the last decoration is half the height of the other

photo_2020-12-29_10-04-44

rubensousa commented 3 years ago

Released in 1.3.0

rubensousa commented 3 years ago

@zakrodionov let me know if it's solved for you in 1.3.0