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
Use RelativeLayout as a container for TextViews and add the attribute
android:layout_alignBaseline="@+id/title"
to id/language TextView