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 Studio 3 - Constraint layout editor broken

I'm using Android Studio 3.0 (updated to canary 4 today) on macOS for a side project and recently (not sure really when) …

android-constraintlayout android-studio-3.0
OnClickListener not fired on ConstraintLayout

On my android app project i have to make a button with a ProgressBar on background and two TextView. I …

android kotlin onclicklistener android-constraintlayout
Remove padding in horizontal progress bar

In our application we need an indeterminate progress bar, like so: We can achieve this by setting a negative margin …

java android android-studio layout android-constraintlayout
How to put AdView in ConstraintLayout at bottom and below other stuff?

I'm trying to migrate from RelativeLayout to ConstraintLayout but I'm having problems adding the AdMob AdView to the bottom and …

android android-layout android-relativelayout android-constraintlayout
Collapsing Toolbar Layout and Constraint Layout

I am struggling to create collapsing image header alongside Constraint where my design looks like this Currently the profile pic …

android android-coordinatorlayout android-collapsingtoolbarlayout android-constraintlayout overlapping
Travis CI build doesn't work with Android Constraint Layout

I am trying to make Travis build my Android project. It fails when it tries to download the library for …

android travis-ci android-constraintlayout
How to half overlap images in android constraint layout

Is there any way to place an images half is on top of another image using only constraint layout. I …

android android-layout android-imageview android-view android-constraintlayout
constraintlayout baseline to baseline with autosize

I'm trying to align 2 textviews by baseline and use autosize for textsize at the same time. Here is simplified code …

android android-constraintlayout autosize
Is it possible to scroll a ScrollView with a ConstraintLayout in Blueprint Mode?

So I have been developing this layout using a ConstraintLayout inside a ScrollView. It works fine, but now I have …

android android-layout android-scrollview android-studio-2.2 android-constraintlayout
Using ConstraintLayout with custom Android Dialog

I'm creating a custom Dialog by extending Dialog and using setContentView(). The problem is when I try to show the …

android android-dialog android-constraintlayout