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.
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.0On my android app project i have to make a button with a ProgressBar on background and two TextView. I …
android kotlin onclicklistener android-constraintlayoutIn 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-constraintlayoutI'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-constraintlayoutI 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 overlappingI am trying to make Travis build my Android project. It fails when it tries to download the library for …
android travis-ci android-constraintlayoutIs 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-constraintlayoutI'm trying to align 2 textviews by baseline and use autosize for textsize at the same time. Here is simplified code …
android android-constraintlayout autosizeSo 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-constraintlayoutI'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