[android-developers] Application with no title

2010-05-22 Thread John Gaby
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

Re: [android-developers] Application with no title

2010-05-22 Thread pawan nimje
activity android:name=.MyMainClass android:label=@string/app_name android:theme=@android:style/Theme.NoTitleBar hope this is what you meant. On Sun, May 23, 2010 at 9:33 AM, John Gaby jg...@gabysoft.com wrote: When my application starts, I call: