mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
fix search view size
This commit is contained in:
parent
5ef883ca67
commit
23f22f99bf
@ -167,6 +167,7 @@ class MainActivity : AppCompatActivity() {
|
||||
// stuff for the search in the topBar
|
||||
val searchItem = menu.findItem(R.id.action_search)
|
||||
searchView = searchItem.actionView as SearchView
|
||||
searchView.setMaxWidth(Integer.MAX_VALUE)
|
||||
|
||||
searchView.setOnQueryTextListener(object : SearchView.OnQueryTextListener {
|
||||
override fun onQueryTextSubmit(query: String?): Boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user