Android TextView autoLink web Bug

时间:2015-08-29 07:42:50

标签: android

我有像这样的TextView。

<TextView
            android:id="@+id/text_auto_linkify"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:autoLink="web"
            android:text="@string/link_text_auto" />

和@ string / link_text_auto“像这样

<string name="link_text_auto"><b>text_auto_linkify: Various kinds
  of data that will be auto-linked.</b>\n
  1. In this text are some things that are actionable.\n
  1.In this text are some things that are actionable.
</string>

注意文字,第一个在“1”之后有空格。

结果超出了我的预期。

[1.在本文中有一些可操作的东西。] Android认为它是一个超链接。

所以有人可以告诉我,为什么? 我的手机是Moto X. 而android版本是5.1.1

0 个答案:

没有答案