I want to do an action bar that looks like this:
and I am not able to do this.
I tried to use that collapse thing described here, but it is not exactly what i want.
- First of all SearchView isn't visible till user press search icon.. but I want It to be visible immediately after activity starts.
- Secondly after SearchView appears all other action icons disappear.. But I want them to be visible all the time.
- And it works only for android 3 and higher, I want it for android 2 and higher, so I am using ActionBarSherlock.
For example action bar in google maps looks similar to what I want.
Can somebody advise me how to achieve this?