constraintlayout icon indicating copy to clipboard operation
constraintlayout copied to clipboard

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way

Results 113 constraintlayout issues
Sort by recently updated
recently updated
newest added

- When scrolling occurs in a ConstrainLayout that contains both a flow and a PageView, scrolling occurs even though there is no change in text size. - We apologise for...

bug

Case: Flow do not work in RTL layout when MaxElementsWrap > ReferencedIds.length Using: constraintlayout version 2.1.4 Layout: ``` ``` Preview: LTR ![LTR](https://github.com/user-attachments/assets/f047b52d-4fa8-4671-8d6a-7698d697fe9c) RTL ![RTL](https://github.com/user-attachments/assets/cb35ff06-a9b5-4a1b-a767-e5217f36c0ce)

bug

Using constraint layout compose version 1.1.0-alpha13 with compose BOM version 2024.06.00, after setting up horizontal chain then the elements in the chain sequence does not flip in RTL layout. Here...

bug