I have a spinner with a list of article "sections" - "news, sports, local, obits..." etc.
It also doubles as the header for the section, so the user knows what articles they're looking at.
When the user does a search, it auto-selects the "Search" section, so the spinner is on "Search", and it's displaying the search results. The problem is, "Search" is not a section, so I don't want the user to be able to manually select "Search" section, as nothing would happen.
I thought I could just remove "Search" from the XML file that generates that spinner options, but then how can I manually set the text of the spinner to "Search" when they do a search?
Is there a better/another way to do this that I'm not thinking of?