2016-10-07 9 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