Top "Android-wrap-content" questions

In Android, "wrap content" will wrap the view's size so that it will be just big enough to enclose its content.

marginTop does not work with ConstraintLayout and wrap_content

In 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-content
GridLayoutManager - column width wrap its own largest child

I got a RecyclerView inside an HorizontalScrollView and I want it to use a GridLayoutManager. This is ok but one …

android android-recyclerview gridlayoutmanager android-wrap-content