Force searchview to stretch entire actionbar.
Bug: 30747805 Change-Id: If702ab934dbed6ee329b87dde565c1e381136849
This commit is contained in:
@@ -478,6 +478,7 @@ public class SettingsActivity extends SettingsDrawerActivity
|
|||||||
}
|
}
|
||||||
|
|
||||||
mSearchMenuItem.setOnActionExpandListener(this);
|
mSearchMenuItem.setOnActionExpandListener(this);
|
||||||
|
mSearchView.setMaxWidth(Integer.MAX_VALUE);
|
||||||
mSearchView.setOnQueryTextListener(this);
|
mSearchView.setOnQueryTextListener(this);
|
||||||
mSearchView.setOnCloseListener(this);
|
mSearchView.setOnCloseListener(this);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user