我尝试了很多技巧来删除下划线的电话号码,但是没有成功,这不适用于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" />
答案 0 :(得分:0)
您可以在Textview中检查并反向添加下划线 (参考:Can I underline text in an Android layout?)
如果在代码中使用下划线动态文本或支持<b></b>, <i></i>
和<u></u>
之类的HTML标签的字符串资源xml文件,请删除。