Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android TextView自动链接web错误_Android - Fatal编程技术网

Android TextView自动链接web错误

Android TextView自动链接web错误,android,Android,我有一个这样的文本视图 <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_a

我有一个这样的文本视图

<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\u text\u 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>
text\u auto\u linkify:各种
将自动链接的数据的数量。\n
1.在本文中,有些内容是可操作的。\n
1.在本文中,有些事情是可以采取行动的。
注意文本,第一个在“1”之后有空格

结果出乎我的意料

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

有人能告诉我为什么吗? 我的手机是MOTOX android版本是5.1.1