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

This outlines the two extension libraries. Views and Compose. The goal is to contain a collection of View and Compose stand alone components that may depend on ConstraintLayout and we...

Is it possible to define multiple default transitions? I have a card that requires swipe gestures both to the right and left, each with distinct transitions. However, I currently can...

bug

When programmatically adding an OnSwipe behaviour to a Motion Layout Transition, the dragScale cannot be set to values less than 1 since the public setDragScale method only accepts an integer....

bug

I have a horizontal chain flow of programatically added items (key-value pairs). ```xml ``` Each item is added with the following layout params: ```kotlin ConstraintLayout.LayoutParams( ConstraintLayout.LayoutParams.WRAP_CONTENT, ConstraintLayout.LayoutParams.WRAP_CONTENT ).apply { constrainedWidth...

bug

This PR is created to experiment how to enable LastBaseline alignment. Currently, we only support FirstBaseline alignment in ConstraintLayout Compose. Some examples can be seen below (based on LastBaselineDemo.kt). ###...

This PR is created to evaluate the potential approaches to achieve the feature parity of Compose Row & Column layout. The first step would be to achieve the arrangement on...

Work in Progress

When creating a motion scene with a transition onSwipe on a horizontal pager and if a child of the pager has a vertical scroll modifier and gets scrolled the onSwipe...

bug

Hello! Having the following layout: ``` ``` Flow chain wrapping is showing unexpected behaviour: https://user-images.githubusercontent.com/3989453/218602575-aa4fd13e-09e3-4971-b54b-cf19b0e861f7.mp4 It would be nice to respect `layout_constraintWidth_min` and do a chain wrapping instead of clipping.

bug

Hello! Having the following layout: ``` ``` Results in proper behaviour with `androidx.constraintlayout:constraintlayout:2.2.0-alpha02`: https://user-images.githubusercontent.com/3989453/217816195-7f181e5f-b1b4-4435-b250-f586b3f20dec.mp4 But fails with newer versions (for instance, `androidx.constraintlayout:constraintlayout:2.2.0-alpha07`): https://user-images.githubusercontent.com/3989453/217816519-d227e9fd-2c9e-44d2-b1a3-6f4926dba39b.mp4

bug

This add a toolsAndroid directory for small code tools that people can use to gain insight into ConstraintLayout related stuff. (toolsDesktop to follow) Also updates ConstraintSet JSON writer