Hi,
  Trying to make an EditText capable of multiple regions of text
highlighting. (Like firefox Find->Highlight all)

Was thinking of using multiple selections in EditText, but after
browsing the source code of Selection, realised 1 CharSequence can
only have 1 Selection. Then looked at EditText to see if multiple
CharSequence can be added to EditText or TextView, no luck there.

Anyone got ideas on how to implement this?
I don't want copy the source code for EditText and TextView and hack
this capability in... It will become ugly very quick.

Cheers!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to