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

Commit ed90773c authored by Jon Mann's avatar Jon Mann
Browse files

Make search bar take full width of toolbar in phone mode.

Test: N/A
Bug: 36197564
Change-Id: I2cf79f5ea0b488049c80eab333763b4b7fd2e316
parent c90398b6
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();