When my application starts, I call:

this.requestWindowFeature(Window.FEATURE_NO_TITLE);

to get rid of the title bar.  I then create a custom ViewGroup and
when set that view to be the content view via a call to
'setContentView', the 'onLayout' method of my ViewGroup is called.
However, the top position is set to 25, even though I have turned off
the title.  How can I set my ViewGroup to take up all of the space,
including the space formally occupied by the title bar?

Thanks.

-- 
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

Reply via email to