単純に見えるかもしれませんが、私はこの問題にかなり行き詰まっています。アプリケーションにハイパーリンクを追加したい例: www.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" />