Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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, ...
Sambhaji Karad's user avatar
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 ...
Joel Dean's user avatar
  • 2,454
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 ...
prom85's user avatar
  • 17.7k
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 ?
Harsha M V's user avatar
  • 54.9k
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 ...
suresh cheemalamudi's user avatar
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 ...
suresh cheemalamudi's user avatar