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 <[email protected]> wrote: > Take the dive and actually start using the Holo theme for Android 3.0 and > above? > 10.02.2012 2:25 пользователь "Subba" <[email protected]> написал: > > > > > > > > > Any suggestions please..? > > > On Feb 9, 12:09 pm, Subba <[email protected]> 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 dots button. > > > > On Feb 9, 4:10 am, Mark Murphy <[email protected]> wrote: > > > > > On Thu, Feb 9, 2012 at 1:46 AM, Subba <[email protected]> wrote: > > > > > How to disable/hidethree-dotindicator(Option menu indicator) on ICS > > > > > handsets? > > > > > > I am running application as <uses-sdk android:minSdkVersion="5"/> in > > > > > Manifest, code is compiled with 4.0.Three-dotindicator shows on > > > > > every screen. > > > > > Add android:targetSdkVersion="11" (or higher) to your <uses-sdk> > > element. > > > > > -- > > > > Mark Murphy (a Commons Guy)http://commonsware.com| > >http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > > > > Android 4.0 Programming Books:http://commonsware.com/books > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

