views:

105

answers:

0

My issue is simple,

I am modifying the Contacts app source and I have put a text search box wherein user can enter the name and search for the name, and want to disable the key listener thats on ListView which appears whenever the key is pressed and filters text with a black rectangle. I'd also like to know how to get rid of that black rectangle

FYI, I've also tried android:textFilterEnabled="false" and it doesn't seem to work