我希望使用XML中的纯HTML链接到Android上的应用外资源,而无需调用setMovementMethod。设定:
<TextView
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="@string/the_message"
android:autoLink="web"
android:linksClickable="true" />
不起作用。帮助