非常简单设置属性就ok
textIsSelectable = true 就可以了。
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TD201612120166"
android:textIsSelectable="true" />
博客介绍了一种简单的设置方法,只需将 textIsSelectable 属性设置为 true,就能实现相关功能。
非常简单设置属性就ok
textIsSelectable = true 就可以了。
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TD201612120166"
android:textIsSelectable="true" />

被折叠的 条评论
为什么被折叠?