2016-10-07 8 views

回答

0

你嘗試過用屬性textIsSelectable

<TextView 
    android:id="@+id/deviceIdTV" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:textIsSelectable="true" 
    android:text="" /> 

https://stackoverflow.com/a/8969000/619673

但是我用LinkMovementMethod,使上即URL文本點擊或滾動的TextView。

+0

是的。我試過了。但仍然沒有工作 – vijay