SearchView Suggestion - Layout width: match_parent
问题 How to display SearchView suggestions which use the whole screen width using appcompat-v7:21 ? I use android.support.v7.widget.SearchView in code and the menu-resource. The new Toolbar widget has a searchViewStyle , but I couldn't find a parameter to display suggestions full width (match_parent). (source: netdna-cdn.com) 回答1: you can do it like this: (it's on DropDownAnchor) @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.menu_search, menu); MenuItem