0

I have applied transparent image to android system default text selection handles to hide them using this code in theme

<item name="android:textSelectHandleLeft">@drawable/text_select_handle_left</item>
<item name="android:textSelectHandleRight">@drawable/text_select_handle_right</item>

this code is working fine for above API 14 but it's not working in API 14. what should i do to hide default text selection handles in API 14 & below.

Divyang Panchal
  • 1,889
  • 1
  • 19
  • 27
  • see if below post helps !!! [Disabling Text Selection](http://stackoverflow.com/questions/11820708/disabling-text-selection-in-phonegap/11872686#11872686) – sandip Feb 13 '16 at 06:47
  • @sandip - I am working on native android development. Not on Phonegap – Divyang Panchal Feb 13 '16 at 08:15

0 Answers0