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 grows, would like the right textView to be pushed down to next line:
[AAA] [BBB]
when left one width grows:
[AAA AAA AAA AAA AAA]
[BBB]
Thought seeing some sample using ConstraintLayout
to automatically push the right side item to next line down, but couldnt find any.
It is doable with ContraintLayOut
, or anyone knows some sample to do it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…