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've been experimenting with ConstraintLayout, is there a way to set the max width of a view to a percentage …
android android-layout android-studio android-constraintlayoutI have a problem with showing a landscape image without centerCrop. I tried PercentFramelayout, and set aspect ratio programmatically like …
android aspect-ratio android-constraintlayoutIve got a view like below : <org.rayanmehr.atlas.shared.customview.CustomTextView android:id="@+id/tvDownVoteCount" android:layout_width="…
android android-constraintlayoutI am not sure whether it is a bug of ConstraintLayout or not, so I try to ask if somebody …
android android-layout android-constraintlayout constraint-layout-chainsIs there any reason why the following layout_marginBottom is not working? However, if I use layout_marginTop on the …
android margin android-constraintlayoutI am trying out the new Barrier feature in the 1.1.0-beta1. It works as expected however there is this use-case …
android viewgroup android-constraintlayoutAfter updating to com.android.support.constraint:constraint-layout:1.1.0 The constraint layout crashes saying: All children of constraint layout should have …
android android-constraintlayoutI have two images in constraint layout. I want to use chains feature with design page in android studio but …
android-constraintlayout constraint-layout-chainsI'm trying to utilize a ConstraintLayout (version 1.0.2) to set the height of 2 side-by-side views to match the tallest one of …
android android-constraintlayoutI have a recycler view with StaggeredGridLayoutManager. Within in I have custom items/views. Each item is defined as a …
android android-recyclerview aspect-ratio android-constraintlayout