Re: [android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-12 Thread Kostya Vasilyev
That may or may not be a bug when using the pre-Holo theme, but ... ... the superfluous overflow indicator doesn't show if using one of the new Holo themes, and that includes subclasses of PreferenceActivity mentioned in the original email. -- Kostya 11.02.2012 10:52, Zsolt Vasvari пишет: I

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-10 Thread Subba
Issue create here. http://code.google.com/p/android/issues/detail?id=25387 On Feb 9, 9:33 pm, Zsolt Vasvari zvasv...@gmail.com wrote: If that's the case, it's a bug.  Report it on b.android.com On Feb 10, 7:19 am, Subba raochoud...@gmail.com wrote: It seem like there is no way to

Re: [android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-10 Thread Dianne Hackborn
This isn't a bug, this is working as intended. The new UI model for Android is to show the menu button in your UI, not relying on a separate menu button. If you do this (and in other ways are compatible with 4.0+), then you use android:targetSdkVersion to say so and the old compatibility menu

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-10 Thread bradgog
You should be targeting sdk=14 anyway, there is no harm in it, your app will only run better on ICS and you can utilize the holo theme, it will still run on older devices, targeting an sdk level does not preclude the app from running on a device that does not meet that api level -- You

Re: [android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-10 Thread Dianne Hackborn
Well, there is harm if you are relying on the menu key in your UI and it is now no longer available to users. :) That's why it is opt-in. On Fri, Feb 10, 2012 at 2:10 PM, bradgog gogat...@gmail.com wrote: You should be targeting sdk=14 anyway, there is no harm in it, your app will only run

Re: [android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-10 Thread Zsolt Vasvari
I think he's saying that the overflow button (top-right corner) is showing even if there is nothing to overflow. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Subba
Thanks Mark for the reply. Adding android:targetSdkVersion=14 in manifest it works. However don't want hide/remove three dots button on all screens . Only in preference activities don't want to show this three dots button. On Feb 9, 4:10 am, Mark Murphy mmur...@commonsware.com wrote: On Thu,

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Subba
Any suggestions please..? On Feb 9, 12:09 pm, Subba raochoud...@gmail.com wrote: Thanks Mark for the reply. Adding android:targetSdkVersion=14 in manifest it works. However don't want hide/remove three dots button on all screens . Only in preference activities don't want to show this three

Re: [android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Kostya Vasilyev
Take the dive and actually start using the Holo theme for Android 3.0 and above? 10.02.2012 2:25 пользователь Subba raochoud...@gmail.com написал: Any suggestions please..? On Feb 9, 12:09 pm, Subba raochoud...@gmail.com wrote: Thanks Mark for the reply. Adding

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Subba
It seem like there is no way to remove/hide overflow button on certain screen not using this attribute android:targetSdkVersion=14 manifest. On preference activities overflow button shows even though there are no options. On Feb 9, 2:39 pm, Kostya Vasilyev kmans...@gmail.com wrote: Take the dive

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Zsolt Vasvari
If that's the case, it's a bug. Report it on b.android.com On Feb 10, 7:19 am, Subba raochoud...@gmail.com wrote: It seem like there is no way to remove/hide overflow button on certain screen not using this attribute android:targetSdkVersion=14 manifest. On preference activities overflow