【发布时间】:2016-07-07 11:50:48
【问题描述】:
我在下面的 ListView 中遇到了 TextView 的问题。
在列表视图中,我有一个 TextView 并且我已经设置了
android:textIsSelectable="true"
但是,当我长按 TextView 时,我看到了日志打印
TextView: TextView does not support text selection. Action mode cancelled.
所以我不能对 TextView 使用复制和粘贴功能。
如果您有解决此问题的任何想法,请给出一些提示以解决它。
非常感谢
【问题讨论】:
-
请在manifest中检查你的最低SDK级别,应该是11或以上。
-
JigneshAnsodariya:我的 minSdkVersion 是 14 @nandkishormewara:我在我的 xml 中设置了 android:focusable="false" 或 android:focusableInTouchMode="false"。但它不起作用。注意:它只发生在 ListView 中的 TextView