I want to build this simple layout using ConstraintLayout:
It works as expected when Title and Subtle are just single line tex
I recommend you using only the ConstraintLayout which gives you chaining option. With it, you can pack two TextViews and center them vertically in ConstraintLayout itself without the FrameLayout and the problem you are facing: