[android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
A customer sent me a screenshot from Android, with a full width button at the bottom with three dots, in addition to the more choices on the action bar on the top. This is not a desirable outcome. However, It does not occur on Galaxy Nexus. It does not occur on any ICS emulators that I set

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Mark Murphy
On Mon, Jun 11, 2012 at 2:25 PM, Nathan nathan.d.mel...@gmail.com wrote: Any idea on what I might be doing wrong? http://commonsware.com/blog/2012/06/08/removing-rogue-menus.html TL;DR: Set your targetSdkVersion to 14 and test the heck out of your app. -- Mark Murphy (a Commons Guy)

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
On Monday, June 11, 2012 3:55:26 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On Mon, Jun 11, 2012 at 2:25 PM, Nathan wrote: Any idea on what I might be doing wrong? http://commonsware.com/blog/2012/06/08/removing-rogue-menus.html TL;DR: Set your targetSdkVersion to 14 and test the

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Kostya Vasilyev
Watch out for new widget padding rules, as well (if you've got them widgets in your app, that is). Still, seems to me like an HTC screwup (or a perceived feature...) 12.06.2012 3:49 пользователь Nathan nathan.d.mel...@gmail.com написал: On Monday, June 11, 2012 3:55:26 PM UTC-7, Mark Murphy (a

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
On Monday, June 11, 2012 4:51:37 PM UTC-7, Kostya Vasilyev wrote: Watch out for new widget padding rules, as well (if you've got them widgets in your app, that is). I'd love to know more. What widgets? Do you mean home screen widgets? Still, seems to me like an HTC screwup (or a perceived

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Dianne Hackborn
This was a deliberate decision in ICS, because we found a lot of applications that set their targetApiVersion to 11 so they wouldn't have the menu button on tablets, but assumed they would still have a menu button when running on a phone.

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
On Monday, June 11, 2012 9:03:02 PM UTC-7, Dianne Hackborn wrote: This was a deliberate decision in ICS, because we found a lot of applications that set their targetApiVersion to 11 so they wouldn't have the menu button on tablets, but assumed they would still have a menu button when