Search code examples
androidsearchviewandroid-orientation

How to stop searchView to getting focus automatically after orientation change


I have inflated searchItem as menuItem in the toolbar, my problem whenever orientation changes and if my searchView is in expanded mode then automatically its getting focus even though before orientation focus in on another view.

How can I prevent searchView from getting focus automatically?

Before Orientation Change:

enter image description here

After orientation change:

Before orientation change


Solution

  • Create a dummy view above your recyclerView then after rotation automatically, first focus will taken by that view so search view won't takes focus, try like this