android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

Bug Viewpager2 Wrap_Content not working. #213

Open hasancbngl opened 3 years ago

hasancbngl commented 3 years ago

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.