【发布时间】:2020-02-04 06:59:07
【问题描述】:
我尝试了许多技术来删除电话号码下划线但没有成功,这不适用于 web 视图或 URL,当前的 textview 是:
<TextView
android:id="@+id/text_mobile"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:autoLink="phone"
android:linksClickable="true"
android:textIsSelectable="false"
android:textColor="@color/Blue"
android:text="mobile" />
【问题讨论】:
-
出于某种原因,我没有遇到与您的代码相同的问题。你能分享你的java代码sn-p吗?谢谢。
-
我的代码很好,但它给电话号码加了下划线,我想删除电话号码的下划线。谢谢你的帮助,让我知道
标签: java android-layout textview underline