ActionBar SearchView not fully expanding in landscape mode
问题 When using the action bar search interface, the widget expands to occupy the full width of the screen in portrait mode, but stops short in landscape mode. Is there a way to set the expansion layout params on the SearchView to fully fill the action bar when the user is typing a search? See image: Note: I'm not currently using ActionBar Sherlock Edit: Here's what I did to get it to extend the full width. searchView.setOnSearchClickListener(new OnClickListener() { private boolean extended =