please find below my layout & its result ; I need the text \'Text message\' to align on the baseline of the text \'Header\'(Please find bel
For ConstraintLayout just use this↓ to align to another textView baseline:
ConstraintLayout
textView
app:layout_constraintBaseline_toBaselineOf="@+id/textView"