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

JSON produced by `ConstraintSet$WriteJsonEngine` from method `ConstraintSet#writeState(0)` does not follows RFC 8259 or 4627 standards. For example in WriteJsonEngine as key punctuators used single quote but expected double quote.

bug

I don't know how but the constraint layout's chains are not working with latest version of compose (1.4 -alpha2). Here is the code private val HeaderArtWorkShape = RoundedCornerShape(20) context(TracksViewModel) @Composable...

bug

``` Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2 at java.util.ArrayList.get(ArrayList.java:437) at androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.measureChildren(BasicMeasure.java:79) at androidx.constraintlayout.core.widgets.analyzer.BasicMeasure.solverMeasure(BasicMeasure.java:278) at androidx.constraintlayout.core.widgets.ConstraintWidgetContainer.measure(ConstraintWidgetContainer.java:120) at androidx.constraintlayout.widget.ConstraintLayout.resolveSystem(ConstraintLayout.java:1594) at androidx.constraintlayout.widget.ConstraintLayout.onMeasure(ConstraintLayout.java:1708) at android.view.View.measure(View.java:27129) at androidx.viewpager.widget.ViewPager.onMeasure(ViewPager.java:1638) at com.baselibrary.view.RtlViewPager.onMeasure(RtlViewPager.java:221) at android.view.View.measure(View.java:27129) at android.widget.LinearLayout.measureVertical(LinearLayout.java:995)...

bug

Experimental Work to understand the flow of Core Helper -> Compose Split is used to split Btn1 and Btn2 Orientation: 0 -> Horizontal ![image](https://user-images.githubusercontent.com/20599348/201444266-afc969bd-d46c-4360-9d59-bec2d75aa9f8.png) Orientation: 1 -> Vertical ![image](https://user-images.githubusercontent.com/20599348/201444235-462d1837-8895-4a99-9e36-9218597f1bff.png)

When Layout orientation is Landscape, Constraintlayout childs inside "FLow" or constrainted together dont stretch when their width or height is set to "0dp"! ![Capture44](https://github.com/androidx/constraintlayout/assets/36397636/5d9b1f54-fbb1-42cb-8ab9-f51d9c6a4855)

bug

Case: MotionLayout with RecyclerView child. Transition has OnSwipe TouchResponse without `TouchAnchorId` (whole MotionLayout area): ``` ``` All works fine after any MOVE touch event (non-nested scrollable): [mAnchorDpDt set by minSize...

bug

**· Issue** I was trying to do a special view where a text can expand up it's constraints size and then ellipsize. This text has a button below itself, so...

bug

When `rememberSaveable` is used to retain the progress of the `MotionLayout` and state restoration happens, `customColor` and every other `custom*` method of the `MotionLayoutScope` always returns the initial value (`progress...

bug

When using `ConstraintSet.clone` to clone an existing `ConstraintSet`, its properties are cloned, but custom constraints aren't, whereas other "copy" methods like `readFallback` do copy custom attributes. Is there a reason...

bug

The documentation available in https://github.com/androidx/constraintlayout/wiki/What%27s-New-in-2.1#constraintoverride has information missing, specifically the sentence ends with the information missing: `If you are changing where a view is anchored you need to use the...

bug