Hi could someone post a small code snippet on how to have a read only text view (ie. editable = false), which has the context menu of the standard Select All/Select Text/Copy/Cut/Paste.
I have tried using the EditText and setting editable = false. However I do not want to see the blinking cursor. I then set cursor visible to false but then it does not show which areas are currently be highlighted when using "Select Text". I do not mind using editText. I just need something like how the browser works, the text display is read-only. And supports copy and paste with visible which text is highlighted. Cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---