I've got a functioning Search Dialog in my app. My question is: Can the search dialog be modified so that the input text field and search button (that are present at the top of the screen) don't disappear when the ListView populates? So I'd like the input interface to always be present until I move away from the Search Activity by clicking on a list item. And even better, can the software keyboard only appear when the input interface is acted upon? Are these tweaks to the Android Search Dialog possible in 2.2, which I'm authoring to?
I'd like this search bar from the Search Dialog to remain when the ListView populates.
yes try using a linear layout as below
If you need it as a alert dialog simply apply theme attribute as dialog to the activity which has this layout