Android 4.4 - TextSelectHandle not working -


i want remove textselecthandle edit text.

i created this

 <?xml version="1.0" encoding="utf-8"?>  <shape xmlns:android="http://schemas.android.com/apk/res/android"  android:shape="rectangle" >   <size     android:height="0dp"     android:width="0dp" />   </shape>   android:textselecthandle="@drawable/your_empty_image" 

works in other devices. not in android 4.4 ? clue on this?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -