Why does TextView have end padding when multi line?

前端 未结 4 778
执念已碎
执念已碎 2021-02-07 06:27

If you have a TextView with layout_width=\"wrap_content\" and it has to wrap to a second line to contain the text, then it will size its width to use up all of the

4条回答
  •  清酒与你
    2021-02-07 07:18

    Pretty sure this is because "against" doesn't fit between the word "fit" and the right edge. If you want to test this out, try changing your text to a bunch of |'s with a single space between each one.

提交回复
热议问题