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
Post a Comment