安卓 : disable Text View links

标签 android textview

我有一个包含电话号码的 TextView,例如“01.40.56.55.20”(法国号码)。

在这种情况下,Android 将 1.40.56.55 识别为 IP 地址并为其添加链接/下划线。

如何删除这个?

非常感谢。

最佳答案

将以下属性设置为 TextView 以将数字呈现为电话号码:

android:autoLink="phone"

或者只是将上面的“电话”切换为“无”以保持简单。

关于安卓 : disable Text View links,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11412699/

相关文章:

java - 如何在 Textview 中写入突出显示的文本

android微调器下拉复选框

android - Exoplayer 为 android 中的大型 mp4 文件抛出解码器初始化异常

gradle 2.0.0-beta6 的 Android Studio 错误

java - 为什么 HTTPURLConnection.getInputStream() 需要时间

android - ImageView 自动链接

java - Android - 仅在 oppo 设备中获取 InflateException

android - androidTestImplementation Google Truth 1.0 和实现 Google Guava 27.0.1 无法满足的版本约束

Android TextView : How can I set background color of an entire line in TextView

android - CompoundButton Checkbox 在哪里/如何测量可绘制复选框的宽度