0
I need to create a Toolbar with a searchview that works like the first two images: When this searchview opens it needs to overlap the image(logo) and extend all over 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 stand is just pushed into the corner (fourth image). Some way to get the result shown in the first two images: soon being superimposed and without the arrow in the left corner?
Have you tried
app:iconifiedByDefault="false"
andapp:searchIcon="@null"
?– Lennoard Silva
I tried here and it didn’t work no, but it pointed a way. I’ll keep trying.
– MJG