它可能看起来很简单,但我完全陷入了这个问题,我想在我的应用程序中添加一个超链接例如:www.example of an address with spaces.html
但是当我将 url 放入代码中时,它看起来像这样
这是我的代码
<TextView
android:id="@+id/link"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:linksClickable="true"
android:autoLink="web"
android:layout_marginLeft="10dp"
android:textColor="@color/white"
android:text="http://www.example of an address with spaces.html" />