can ConstraintLayout help to flow the right side item to next line?

后端 未结 4 1175
Happy的楠姐
Happy的楠姐 2020-12-18 07:22

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

4条回答
  •  既然无缘
    2020-12-18 08:05

    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

提交回复
热议问题