
I want to make slide menu that has ActionBar like in Evernote. In this app, Seem like it has 2 ActionBars(I’m not sure about it). One at main and another one is in the sliding menu.
Is there anyway to build 2 ActionBars like this? Or it’s just a layout arrangement to resemble ActionBar look.
Thank for all your help and sorry for my english.
ps. I use ActionBarSherlock and SlidingMenu to achieve this, but I can’t find the way to do it like in Evernote.
Ok I managed to do it with the help of Gunnar Karlsson who pushed me in the right direction Instead of a SearchView
I implemented an ImageButton like so:
and in the my mainActivity I simply pulled this from the google sample code for creating a pop up menu:
And it worked. Thank you Gunnar Karlsson.