gpt4 book ai didi

java - 避免 URL 上的音节化

转载 作者:太空狗 更新时间:2023-10-29 12:43:09 25 4
gpt4 key购买 nike

我正在尝试显示这样的文本:

"For more infomration please visit www.my-site.com"

对于某些分辨率/屏幕,文本显示为:

|For more information please visit www.my- |
|site.com |

我可以避免这种对 URL 部分的影响吗?

最佳答案

使用non-breaking hyphen代替常规的 -

在 XML 中:

在 Java 中:"\u2011"

当然,如果您有可点击的链接,请不要在 URL 中替换它,而只需替换链接文本。

例子:

<TextView android:layout_width="60dp" android:layout_height="wrap_content"
android:text="foo foo-foo foo&#x2011;foo"/>

图形布局:

enter image description here

关于java - 避免 URL 上的音节化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22350276/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com