Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfa5e79c authored by Jon Mann's avatar Jon Mann Committed by Android (Google) Code Review
Browse files

Merge "Make search bar take full width of toolbar in phone mode." into arc-apps

parents 44be0b8b ed90773c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ public class SearchViewManager implements
            mMenuItem.setShowAsActionFlags(MenuItem.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW
                    | MenuItem.SHOW_AS_ACTION_ALWAYS);
            mMenuItem.setOnActionExpandListener(this);
            mSearchView.setMaxWidth(Integer.MAX_VALUE);
        }

        restoreSearch();