非常简单设置属性就ok
textIsSelectable = true 就可以了。
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TD201612120166"
android:textIsSelectable="true" />
非常简单设置属性就ok
textIsSelectable = true 就可以了。
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TD201612120166"
android:textIsSelectable="true" />