I have an application that uses the Sherlock ActionBar package.
The application uses platform-specific behavior for the menu (so this is a three-dot icon in the ActionBar on ICS and the classic menu under the HW button on pre-ICS)
I received a report from a single user with HTC One X. It seems that One X shows some compatibility bar with a menu button at the bottom of the screen, and there is also the same button in the ActionBar (where it should be).
I could not imitate this in AVD, and I have several reports that this problem does not exist in the Galaxy Nexus or Galaxy S (they only show the icon in the ActionBar).
I don’t know where to look to solve this problem or how to debug it, so any help or workaround will be appreciated.
The application is built on API14, with targetSdk = "11"
source
share