I want to achieve the below effect (ignore the buttons, only see the gray and blue texts):
First textView is multilined, I don't know in advance the possible text length.
Second TextView is "edit", I want it to be able to react to taps (also ripple background etc).
I know I can align baselines of TextViews in constraint layout, but this will align to the first textView's top line.
Any suggestion would be welcome. Preferred: a way to do this in XML.
Thanks a lot!