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 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-chainsI have added 3 buttons in a ConstraintLayout. I have added a button to disable or enable these buttons. If I …
android performance android-layout android-linearlayout android-constraintlayoutI'm doing a simple list activity with the following components: an EditText, a RecyclerView, a ProgressBar and a Textview. Everything …
android android-layout android-recyclerview android-constraintlayoutI need to change margin of toolbar, which was made of ConstraintLayout, in different cases. I tried to do it …
android android-constraintlayoutI have two header views, HeaderViewA and HeaderViewB. These views can have any combination of visibility visible or gone. I …
android android-layout android-support-library android-constraintlayoutI was working with some libraries so I had to edit Gradle settings. Since my app wasn't working, I restored …
android android-constraintlayoutI have a layout that looks like this: <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:…
android android-layout android-constraintlayoutIn my Fragment I have a ConstraintLayout with layout_height="wrap_content" and I would like to have a margin …
android android-layout android-xml android-constraintlayout android-wrap-contentBasically I'd like to attach a single OnClickListener to multiple views inside a ConstraintLayout. Before migrating to the ConstraintLayout the …
android kotlin android-constraintlayoutI am new to ConstraintLayout in Android and newbie to Android too. I have a question. Is it advisable to …
android android-constraintlayout