Re: [android-beginners] Re: Titkle bar display

2010-05-06 Thread TreKing
On Thu, May 6, 2010 at 7:06 AM, Revathi K J Ramanan < revathiramana...@gmail.com> wrote: > But my question is ,Is there any possibility of hiding the title bar after > setContentView() > I'm sure there is as I've seen apps do this, though I've not done it myself. What have you tried?

[android-beginners] Re: Titkle bar display

2010-05-06 Thread Revathi K J Ramanan
Hi Treking, As per the posts and documentation in android, i have gone through , this requestWindowFeature should be called before setContentView(). Other than this we have setFlags() through which we can hide the title bar but all this can happen before setContentView(). But my question is ,Is