Top "View-hierarchy" questions

A view hierarchy defines the relationships of the views to one another.

ConstraintLayout views in top left corner

Every time I create views like Button and TextView in ConstraintLayout, they all get stuck at the top corner instead …

android android-layout android-view android-constraintlayout view-hierarchy
First view above / overlapping second in LinearLayout

Is it possible to show the first view in a LinearLayout overlapping the second? I would like to layout my …

android android-linearlayout overlap view-hierarchy