SoftReference
SoftReference

Reputation: 7149

What Text Selection Control is this?

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

Upvotes: 8

Views: 1871

Answers (1)

Vikas Patidar
Vikas Patidar

Reputation: 43349

Refer this from the Android 2.3 Documentation:

enter image description here

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

Upvotes: 6

Related Questions