I want to build this simple layout using ConstraintLayout:
It works as expected when Title and Subtle are just single line tex
Your TextView1 doesn't have lower boundaries.
Simply add
app:layout_constraintBottom_toTopOf="@+id/textView2"
for your first textView