Ive created search activity in my application on a standard Android path without any special offers. When the user starts typing or clicks the search button, they get a search dialog box with a search field, something like Figure 1 from here:
http://developer.android.com/guide/topics/search/search-dialog.html
In the background, you will see previous activity, the words "comply", etc.
My problem is that the previous activity is shown as the day after the search dialog, and it confuses the user, because users consider everything that is still active, and they try to click on it, but it just cancels the search dialog, And it distracts the user from the search task (these are the search results, they may wonder?).
Question: how to blur (make out of focus) or darken the previous activity? I really see this on some application search screens.
source
share