[android-developers] Re: How to show the search bar

2009-08-31 Thread prashant
Hi Sharkey Can I add the search bar in the view instead of lauching it as popup window(Modal)? Could you please point me to some link that show how to implement this? Prashanth On Jul 27, 2:28 pm, Jeff Sharkey wrote: > Are you defining res/xml/searchable.xml, and then referencing it in > your

[android-developers] Re: How to show the search bar

2009-07-27 Thread Jeff Sharkey
Are you defining res/xml/searchable.xml, and then referencing it in your manifest through a tag? Here's a working example in the Music app: http://android.git.kernel.org/?p=platform/packages/apps/Music.git;a=blob;f=res/xml/searchable.xml;hb=cupcake http://android.git.kernel.org/?p=platform/pack