I've followed the great answer for this question to make the SearchView
widget in my ActionBar fit a custom theme. It works just fine for portrait mode, but in landscape the OS will shrink the height of the ActionBar to maximize content screen estate. Instead of fitting the SearchView
widget without margins into the ActionBar just like the other items, it is chopped off at the top:
I've dug through the res-folder of the Android source, but could not find any specialized layouts or resources that would make obvious how to fix this or even how Android itself manages to fit the default Holo SearchView
Widget into the reduced ActionBar.
Any insights are appreciated. THX.
You have to use a smaller version of the edit text. The drawables instrinsic dimensions are smaller than the default edit text drawables.
Check out the drawables used here
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.3_r2.1/frameworks/support/v7/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml?av=f