Having a textView alight to left edge, its width could grow. Having some other textView in its right align in single line.
When the left textView
width
I know I am pretty late to the party but to anyone who's still subscribed to this question, as of today ConstraintLayout
2.0 (just launched in beta1) supports a new ConstraintHelper
called Flow
using which your specific requirement can be fulfilled in ConstraintLayout
.
Flow
The following are the release notes for beta1