Android
Android copied to clipboard
Migrate to new SearchView
According to this post I found, " SearchView embedded within a Toolbar is a somewhat outdated pattern". We should consider moving over to the new Material SearchBar/SearchView, to hopefully get rid of the OnQueryTextListener
quirk the old searchview has which caused issues in #2092.