You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When QuantityPickerView is child of a ConstraintLayout and it's width is 0dp (to take into account constraints) it receives wrong measures specs and the layout_width will be randomly wrong calculated.
Describe the bug
When
QuantityPickerView
is child of aConstraintLayout
and it's width is 0dp (to take into account constraints) it receives wrong measures specs and the layout_width will be randomly wrong calculated.To Reproduce
Expected behavior
No problems with measure specs
Details:
Additional context
To fix this problem - for now - we have 2 options:
FrameLayout
and give constraints restrictions to theFrameLayout
:The text was updated successfully, but these errors were encountered: