MCAxiaz

Results 1 issues of MCAxiaz

Using ConstraintLayout 2.0.4 and 2.1.0. ``` ``` **Expected:** TextView's max width should be equivalent `wrap_content` width. **Actual:** Screenshot ![Screenshot_1628805870](https://user-images.githubusercontent.com/24946428/129276005-89805d19-d576-4cc1-b490-7f0c6d372a5e.png) `app:layout_constraintWidth_max="wrap"` is ignored. However, if the `layout_height` of the TextView is...

bug