You need to participate in view layout -- have a view in the view hierarchy (could just be a single view put in with setContentView()) that will be sized correctly. You find out about the size in View.onSizeChanged().
On Fri, Oct 29, 2010 at 4:20 PM, Eric <keny...@gmail.com> wrote: > How do I get the correct width in landscape mode? I need the size of > the width not including the launcher bar. > > The following gives me the full screen width, but includes the right > most launcher (app drawer, etc), which I dont want. > > int width = winMgr.getDefaultDisplay().getWidth(); > > Thanks > Eric > > -- > 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 unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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 unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en