All Questions
6 questions
0
votes
1
answer
5k
views
Android - Actionbar with Search Filter and setting icon
I am trying to implement my Action Bar by using an Action Bar.
I have two Action Buttons, one of which is a Search Button and the second one is for the Settings.
I have implemented a setting Button, ...
1
vote
2
answers
1k
views
Can't disable Action Bar Sherlock's Search View from opening soft input keyboard
I'm using the Action Bar Sherlock SearchView in my UI. I have been trying to disable the opening of the soft input keyboard but it's not working. So far I have tried these methods.
I used the input ...
14
votes
12
answers
5k
views
searchview not closing correctly on FIRST back press (it's only loosing focus)
I have to press the backbutton twice, to close the SearchView. Why? On the first press, the SearchViewonly looses focus...
Setting setOnKeyListener on SearchView does not work either...
Btw, I'm ...
30
votes
10
answers
28k
views
Android SearchView Icon
I want to disable the Mag icon displayed inside the search view component. Any idea how to reference it and remove it or replace it with another drawable ?
18
votes
1
answer
16k
views
Android - Actionbar Sherlock - Search Filter
I am trying to implement Action Bar using ActionBar Sherlock. I have three Action Button one of which is a Search Button. On Clicking of the Search Button the Search input field should be displayed ...
4
votes
1
answer
2k
views
Action bar with Search View. Reverse compatibility issues
I am building a sample app to demonstrate SearchView with filter and other Action Bar items.
I am able to successfully run this app on 4.2(Nexus 7). But it is not running on 2.3. I googled about the ...