Top "Android-constraintlayout" questions

A new type of layout available in the Android Support repository built on top of a flexible constraint system, marking views positions relative to each other.

Android RecyclerView in ConstraintLayout doesn't scroll

I have a recyclerView inside a constraint layout and I cannot make it scroll, the list just continues below the …

android android-recyclerview android-scrollview android-constraintlayout
How to use new features in constraint layout 1.1?

Does anyone know how to use new features in constraint layout 1.1, namely barriers and percent-based dimensions? There is absolutely no …

android android-constraintlayout
Using <include> with <merge> in ConstraintLayout

I am having trouble using tags <include> and <merge> inside a ConstraintLayout. I want to create …

android android-layout viewgroup android-constraintlayout
View with elevation and shadow in ConstraintLayout

How can I show elevations in a view with shadows using ConstraintLayout? With Relative and Linear could perform elevations with …

shadow android-constraintlayout android-elevation
percentage margin with constraintlayout?

I'm learning how to use ConstraintLayout and have found a few good tutorials to have views width and height in …

android android-constraintlayout
Android Studio 2.2 Constraint Layout Buttons not visible

Recently I was going through the tutorials of constraint layout (new in Android Studio 2.2). In the tutorials they had buttons …

android android-studio android-studio-2.2 android-constraintlayout
Trying to replicate GridLayout column alignment with ConstraintLayout

I'm new to ConstraintLayout, and I'm trying to replicate the same grid behavior offered by GridLayout with ConstraintLayout. Specifically, I …

android android-layout android-gridlayout android-constraintlayout
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
ConstraintLayout - proportional width/height to self?

I'm trying to figure out how to achieve the following behaviour using constraint layout: Place a view in the center …

android android-constraintlayout
How to make Constraint Layout Guideline in center

I have 3 Guideline in Constraint Layout. One is in left with 16dpleft margin. Second is in right with 16dp right …

android android-layout android-constraintlayout