android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Viewpager2 Wrap_Content not working.

hasancbngl opened this issue · comments

The app crashs, I was using viewpager2 with adapter and when I set child Imageview item's width, height: wrap_content or certain Dp values, it crashs and throws an exception.
It's only working when it's
Width:Match_Parent
Height: Match_Parent.