Make search views take up full width

This commit is contained in:
arkon
2020-04-29 09:02:09 -04:00
parent 0eb61f34f6
commit 8efe0502f3
4 changed files with 4 additions and 0 deletions
@@ -326,6 +326,7 @@ class LibraryController(
val searchItem = menu.findItem(R.id.action_search)
val searchView = searchItem.actionView as SearchView
searchView.maxWidth = Int.MAX_VALUE
searchView.queryTextChanges()
// Ignore events if this controller isn't at the top