I need to create a toolbar with a searchview that works like the first two images: When this searchview opens, it needs to be superimposed on the image (logo) and spread throughout the toolbar.
If in my menu I use app: showAsAction="always | collapseActionView" the image overlap happens, but an arrow is displayed on the left side of the searchview, as in the third image.
If I only use app: showAsAction="always" the arrow does not appear, but the view where the logo will stay is just pushed to the corner (fourth image). Some way to get the result shown in the first two images: soon being overlapped and without the arrow in the left corner?