[android-developers] How to implement the type-to-search UI like the Contacts App used

2010-05-14 Thread Kaka
Hi, all In the built-in Contacts app, if it's the view of contact list, when you type a keyborad, it will trigger a type-to-search. However, insteading of using the quick search box, it shows a floating and transparent dialog. How to implement this functionality? thx -- You received this

Re: [android-developers] How to implement the type-to-search UI like the Contacts App used

2010-05-14 Thread Carlos Silva
On a ListActivity, getListView().setTextFilterEnabled(true); On Fri, May 14, 2010 at 10:07, Kaka clipse.z...@gmail.com wrote: Hi, all In the built-in Contacts app, if it's the view of contact list, when you type a keyborad, it will trigger a type-to-search. However, insteading of using