Align top two textviews with different font sizes

Viewed 1035

Im using constraint layout and i want to achieve the following:

enter image description here

The app:layout_constraintBaseline_toBaselineOf attribute bottom aligns the two textviews, is there any way to top align the two? The regular app:layout_constraintTop_toTopOf is not working of course because of the size differences.

4 Answers
Related