On the browser app, when I try to do a copy paste, the context menu size(height of the items) are nice and thin. But when inside one of my application, on a webview, I initiate the copy paste, the resulting action bar’s context menu(menu items) is huge and doesn’t look nice.
Attaching the screenshots. Is there any way to fix this?


Ok. Found the answer. If you compile the app with minSDKversion less than 11, you will get these huge ugly context menu. 11 and up, the menu items are nice and thin.
Can I change/alter the context menu item’s sizes? Doesn’t seem to be possible.