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

Left image is with optimizations turned on, clearly showing an overlap between the two TextViews. Right image is rendering everything correctly: ![overlapping](https://user-images.githubusercontent.com/5759366/133921902-f7a77b93-3700-40af-95cf-99598e67701f.png) Here's a reproducible sample PR using constraint layout...

bug

The issue seems to be introduced in version `2.1.0-rc01` (I'm also able to reproduce it on `2.1.0`). The issue is not reproducible in `2.1.0-beta02` and below (tried a couple of...

bug

Hello. i am using MotionLayout for changing showing layout by swiping. like this // xml ``` ``` // xxx_scene ``` ``` However, currently, only the scroll of the recyclerview is...

My current `MotionLayout` have many child view (each child view also have some child view) and state, and this visibility of them is base on hot flow so I need...

enhancement

In a layout XML file, specifying `layout_constraintWidth_percent="1"` / `layout_constraintHeight_percent="1"` (and also `> 1.0`) works as expected. ​ However, in a `layoutDescription` XML file `layout_constraintWidth_percent="1"` / `layout_constraintHeight_percent="1"` (and also `> 1.0`)...

bug

It may be useful in case we want group only to *change* visibility/elevation for several views at once but don't want to restore it's state.\ For example we have group:...

Currently if there is scrolling view (ex. RecyclerView) inside of `MotionLayout`, this view grabs touch events preventing transitions with swipe over that view. Method `onInterceptTouchEvent` can handle and intercept touches...

enhancement

I noticed this bug (or maybe intended behavior?) that appeared for the first time in 2.0.0-beta05. That's why the app I am working on is still stuck in 2.0.0:beta04 MotionLayout...

bug

This worked fine in version 2.0.4 Simplified layout: androidx.constraintlayout.helper.widget.Flow (with a number of image buttons, attached to an "anchor" image button at the start and end) androidx.constraintlayout.widget.Barrier (direction bottom, referencing...

bug

Setting visibility on a Flow using 2.0.4 works fine. As soon as I update to 2.1.0 it breaks. Most likely be caused by https://github.com/androidx/constraintlayout/pull/258 Note: I update a ConstraintSet (setting...