如果在文本末尾添加空格,则StaticLayout不会换行

时间:2019-10-02 06:06:58

标签: android textview staticlayout

在文本末尾使用空格时,文本超出了文本容器的范围。即,文本不被包装。如果输入字符,则一切正常。我使用StaticLayout。

 sl = new StaticLayout(
                text,
                textPaint,
                boundsWidth, 
                Layout.Alignment.ALIGN_CENTER, 
                1,
                1, 
                true);

enter image description here

请帮助我按宽度正确换行。

0 个答案:

没有答案