Tito_Lortex
Lurker
Hi, I'm new at the forum. I'm just starting and when I see tutorials on Youtube and read technical books by my own, there are some concepts that are misleading me. I think that this is because of a recent change on Layout development.
The thing is that when I anidate (sub)Layouts inside a general Layout:
<ConstraintLayout> (or Relative, or Linear...)
<LinearLayout/>
<LinearLayout/>
<LinearLayout/>
</ConstraintLayout>
None of them appear to be one after another. Even if I try to order them by weights or by a thing I saw on the API that's an attribute like android:layout_constraintTop_toBottomOf="parent" and so. How does it works actually? Thanks in advance. Is hard to start learning with that problems :'(
The thing is that when I anidate (sub)Layouts inside a general Layout:
<ConstraintLayout> (or Relative, or Linear...)
<LinearLayout/>
<LinearLayout/>
<LinearLayout/>
</ConstraintLayout>
None of them appear to be one after another. Even if I try to order them by weights or by a thing I saw on the API that's an attribute like android:layout_constraintTop_toBottomOf="parent" and so. How does it works actually? Thanks in advance. Is hard to start learning with that problems :'(