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 And
I resolved this problem. Just set TextView like this:
text.setTextIsSelectable(true);