我有一个带有android:textLink ="web"的TextView.该文本包含一些URL.
但是在渲染时,它会链接名称方案和域名,但会忽略根路径.
为什么这样做?如何使其正确地自动链接完全限定的URL?
编辑:此外,URL后跟fullstop或逗号:
http://example.com/,
请注意,StackExchange正确自动链接(查看此问题的来源).
编辑:山姆,这是代码:
android:text="@string/open_source"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#FFF"
android:paddingBottom="10dp"
android:autoLink="web" />
一些文字:
Three examples, fully qualified http://isokeys.sourceforge.net/ missing root path http://isokeys.sourceforge.net and followed with a fullstop http://isokeys.sourceforge.net/.