Search code examples
androidtextviewandroid-textattributes

How to get the Share and Find Options when select the textview in Android


I am using the following tag in textview to copy the text.

android:textIsSelectable="true"

And I am getting the following Screen when i am selecting the textview.

enter image description here

But,how to get the Find and Share options like below screen.

enter image description here


Solution

  • After lot of research i found the answer for my question. Answer is Android- How can I show text selection on textview?