8

I want to implement the same nature type of control on text selection on a Activity with various text fields. Any ideas of implementing the behavior shown in Picture

enter image description here

SilentGhost
  • 307,395
  • 66
  • 306
  • 293
SoftReference
  • 6,969
  • 4
  • 19
  • 25

1 Answers1

6

Refer this from the Android 2.3 Documentation:

enter image description here

You can create your own Text Selection Control using this methods.

Vikas Patidar
  • 42,865
  • 22
  • 93
  • 106