codelab-constraint-layout icon indicating copy to clipboard operation
codelab-constraint-layout copied to clipboard

Constraint Layout Codelab

Results 70 codelab-constraint-layout issues
Sort by recently updated
recently updated
newest added

Hello, please see ConstraintLayout sample Advanced Arrangement - landscape - screen (Pixel 2 XL): ![screenshot_1547920605](https://user-images.githubusercontent.com/201209/51430471-dd8f5980-1be9-11e9-86fa-af4996c0eda6.png)

the second Image Button write over the first one here's the full details: still not solved for me while i said i hacked it but not for all devices: using...

After updating to 1.1.3, chained views alignment for RTL is not applied. I also set the horizontal-bias 0 or 1, but chained views are not aligned as I set. If...

java.lang.NoSuchMethodError: android.support.constraint.solver.widgets.ConstraintWidget.setHorizontalMatchStyle(III)V at android.support.constraint.ConstraintLayout.setChildrenConstraints(ConstraintLayout.java:853) at android.support.constraint.ConstraintLayout.updateHierarchy(ConstraintLayout.java:631) at android.support.constraint.ConstraintLayout.onMeasure_Original(ConstraintLayout.java:971) at android.support.constraint.ConstraintLayout.onMeasure(ConstraintLayout.java) at android.view.View.measure(View.java:22035) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6622) at android.widget.FrameLayout.onMeasure(FrameLayout.java:185) at android.view.View.measure(View.java:22035) at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:461) at android.view.View.measure(View.java:22035) at com.android.layoutlib.bridge.impl.RenderSessionImpl.measureView(RenderSessionImpl.java:590) at com.android.layoutlib.bridge.impl.RenderSessionImpl.inflate(RenderSessionImpl.java:343) at com.android.layoutlib.bridge.Bridge.createSession(Bridge.java:384)...

ConstraintLayout doesn't clear its mLastMeasure* cached fields on forceLayout() but clears those in requestLayout(): ` public void requestLayout() { super.requestLayout(); this.mDirtyHierarchy = true; this.mLastMeasureWidth = -1; this.mLastMeasureHeight = -1; this.mLastMeasureWidthSize...

I have two `TextView`s that are horizontally chained and displayed in a `DialogFragment`. That two `TextView`'s visiblity set by dynamically, ie, sometimes `tvA` will be visible and sometimes `tvB` or...

Hi Team, I'm enjoying using Constraint Layout. Today, I came across a scenario while using styles.xml in one of my projects while creating styles for constraint layouts. Since there are...

There is a layout markup: ``` " ``` Three elements: red top_image , the barrier under red top_image and blue bottom_image under the barrier. I'm waiting for this picture: [![enter...

TextView show error in version 1.1.0, that's not happen in version 1.0.2. xml is like: ```xml ``` when i set text color and the visibility of right drawable to "tvSortBook"...

https://codelabs.developers.google.com/codelabs/constraint-layout/#7 7.After adding the baseline constraint, the bottom constraint but the Discard button is automatically removed. The meaning of the 7th point in the above link is not clear.