Skip to content Skip to sidebar Skip to footer

Searchview Wrong Alignment

I'm having a problem with the alignment of the SearchView when it's expanded. For some reason, when collapsed it aligns rights, but when expanded it aligns left. I did everything f

Solution 1:

Ok. Just for the sake of common knowledge, I'm answering my own question.

The trick was to remove "collapseActionView" on the SerchView. Once I removed that, the SearchView stays in place (to the right) when exanded.

Post a Comment for "Searchview Wrong Alignment"