skydoves / AndroidVeil

:performing_arts: An easy and flexible way to implement loading skeletons and shimmering effects on layouts for Android.
Apache License 2.0
1.52k stars 106 forks source link

hide Veil recyclerView with gone #25

Closed ahmedmed7t closed 2 years ago

ahmedmed7t commented 2 years ago

Guidelines

my problem was when setup veil recycler View with large number of items like 15 and the actual data returned be less than this number say 1 item the veil recycler view still take the same space of 15 items and that cause a large white space

Types of changes

What types of changes does your code introduce?