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

Some touch event has consumed by MothionLayout when it nested RecyclerView(some class implements NestedScrollingChild3), due to MotionLayout implements NestedScrollingParent3. when some class nested MothionLayout and need touch event, it's a...

I think the Jetpack Compose MotionLayout OnSwipe feature has to support a nested scroll screen because when I use the MotionLayout screen in the scaffold, my drawer would not open....

enhancement

Hi, hpefuly this is right place to report this... Expectation: So I have a NavHost with just one destination called "home" and it has a logout button positioned to the...

bug

When Carousel.java is used within a RecyclerView and is getting attached and detached to the layout, the internal list **"mList"** holding the references for the child views gets bigger and...

bug
Release Validation

I am trying to get a custom layout using this library but the behavior is not as expected. I have written the solution in two different ways (`Code 1` and...

bug

As far as I can tell, the internal list **mList**, which holds references to the child views of carousel, is causing this issue. Whenever the _onAttachedToWindow_ function of Carousel.java gets...

bug

### Issue When `layout_constrainedWidth` is set to `true`, it can expand parent layout. ### Use case I'm trying to achieve following layout. I want `text_view` to expand until it's limitied...

bug

FrameLayout can support android:foreground on lower api (api 22), other View (such as TextView , ConstraintLayout) don't support , androidx.constraintlayout.helper.widget.Layer is powerful , i hope it can support android:foreground ,...

enhancement

I'm using version 1.0.1 of Motion Layout for Jetpack Compose alongside with compose bom 2024.02.01, material3 and a JSON5 motion scene, and when i try to do a simple use...

bug