如何使一个EditText可选,但是不能编辑在Android冰淇淋三明治?明治、可选、冰淇淋、编辑

2023-09-06 13:50:22 作者:我姓王却不能忘记你的模样

我在活动一个ListView,并且在每一个项目,我插入一个EditText为展示我的文字。 我需要拖动手柄以选择文本和放大器;复制文本,但不能编辑文本。 在Android ICS的,我该怎么做?

I have a ListView in Activity, and in each item , I insert an EditText for show my text. I need drag the handle to select text & copy the text, but can not edit text. On Android ICS, How can I do this?

推荐答案

我解决了这个问题。 刚刚成立的TextView是这样的:

I resolved this problem. Just set TextView like this:

text.setTextIsSelectable(true);