Re: [android-developers] Edittext Cursor and Highlight Problem

2010-09-13 Thread TreKing
On Wed, Sep 1, 2010 at 9:56 AM, SurtaX wrote: > I am trying to implement a textview which has select text/copy and paste > functionality. > Why? I just tried playing an EditText I use in my app that's basically as default as can get and I can select text, copy, and paste without any blinking cur

[android-developers] Edittext Cursor and Highlight Problem

2010-09-01 Thread SurtaX
I am trying to implement a textview which has select text/copy and paste functionality. I tried to do this by making an Edittext with the following properties. I currently have the following Edittext: I want users to be able to highlight the text with long click --> select text. This works fine