I have overridden the
OnLongClickListener
of the Android:EditText in order to show my own menu. However I would still like the user to be able to "select text" and "select all" from a button within my custom menu, how should I go about doing that?
EDIT: Sorry I should have put more detail in my question.
I have tried the selectAll() method for selecting the text however this doesn't come up with the two pointers (where the user can drag to select areas) which is what I mean by select text.