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

Hello, I'm currently trying to use ConstraintLayout in my Jetpack Compose project and I'm facing an issue with the implementation of the dependency. I'm not finding any support on my...

I'm using version 2 of the Constraint Layout beta for Compose and when I created a vertical packed style chain, it doesn't add the margins and everything looks stuck together....

bug

We have been working on an android project, and we faced with a problem in animation into the **motionLayout** when **recyclerView** is scrolling (*you can see in video*). after scroll...

bug

Posted on AndroidStudio issue tracker but also posting here in case the layout have a problem and works by luck and not proper design. https://issuetracker.google.com/issues/206655918 Layout is attached here. [include_remote_control.zip](https://github.com/androidx/constraintlayout/files/7554713/include_remote_control.zip)...

bug

I have seen a few crash logs like this being reported (Bugsnag), unfortunately I don't have anymore details, except that this is happening on Android 12 on Samsung devices: ```...

bug

On carousel demo, on right swiping, it goes a little back then it continues by going forward.

bug

I faced an app crash when using [R8 full mode](https://r8.googlesource.com/r8/+/refs/heads/main/compatibility-faq.md#r8-full-mode) which removes constructors more aggressively. MotionLayout is using `getConstructor()` method in the `KeyFrames` class here :point_down: and it cause the...

bug

A color definition with alpha such as #ff000000 will throw an exception since it cannot be used for Color(Int)

bug

Ex: ConstraintSets: { collapsed: { fab: { width: 50, height: 50, centerHorizontally: 'parent', bottom: ['parent', 'bottom', 8], custom: { background: '#6200EE' } }, }, expanded: { fab: { width: 'spread',...

bug

中文情况下,barrier会展示错误。

bug