Top "Constraint-layout-chains" questions

Constraint Layout Vertical Align Center

How to vertically align and center objects in constraint layout? It is possible to align vertically or horizontally but I …

android android-constraintlayout constraint-layout-chains
How to achieve overlap/negative margin on Constraint Layout?

Is it possible to achieve negative margin on constraint layout to achieve overlap? I am trying to have a image …

android android-constraintlayout constraint-layout-chains
androidx.constraintlayout.widget.constraintlayout don't have chains that you can drag

I'm using androidx.constraintlayout.widget.ConstraintLayout in my layout and it does not show the chains, also I can't drag …

android android-constraintlayout constraint-layout-chains androidx
Group views in ConstraintLayout to treat them as a single view

I need to apply some constraints to a group of views in ConstraintLayout. I want to group these views and …

android android-studio android-constraintlayout constraint-layout-chains
Align views right in ConstraintLayout without clipping

I am creating a dialog with two buttons aligned right in relation to the parent ConstraintLayout. Everything is fine, until …

android android-layout android-constraintlayout constraint-layout-chains
Can't form a chain between two views/widgets in Android Studio

When I'm using the layout editor in Android Studio and I try to make a chain (bidirectional constraint) between a …

android-layout android-studio android-constraintlayout constraint-layout-chains
ConstraintLayout doesn't respect max height

I'm trying to create a layout composition using ConstraintLayout. In order to simplify my case, my layout should have three …

android android-constraintlayout constraint-layout-chains
How to add Chains feature of constraint layout with design in android studio

I have two images in constraint layout. I want to use chains feature with design page in android studio but …

android-constraintlayout constraint-layout-chains
ConstraintLayout Chains and Text Ellipsis + Image on the Right

UPDATE JULY 2020: Added information in the answer below to explain in more detail why/what does constrainedWidth/Height do and …

android android-studio android-constraintlayout constraint-layout-chains