thanks. actually i am in a typical situation where i need to hide
title bar for a screen, and show for another screen [i mean xml
layout] in the same activity. Is it possible programmatically doing
it ?

another thing is, when titlebar is sown, can i show the title text at
the center ?

regards

On Nov 26, 12:31 pm, Jags <[email protected]> wrote:
> Theme.NoTitleBar is predefined ? which tag it should be embedded
> with ?
>
> android:windownoTitle="true" which tag it should be associated with ?
> Activity and Application refuse to take it !
>
> On Nov 25, 11:42 pm, Dianne Hackborn <[email protected]> wrote:
>
> > Or, best, set your activity to one of the no title themes, like
> > Theme.NoTitleBar.
>
> > On Wed, Nov 25, 2009 at 8:20 AM, Matthias <[email protected]> wrote:
> > > call requestWindowFeature(Window.FEATURE_NO_TITLE) before calling
> > > setContentView() OR set it as part of a style definition
> > > (android:windowNoTitle="true").
>
> > > On Nov 25, 5:16 pm, Jags <[email protected]> wrote:
> > > > I dont want title bar in my application, how to remove that ? in my
> > > > activity ?
>
> > > >Jagat
>
> > > --
> > > 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]<android-developers%[email protected]>
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
>
> > --
> > Dianne Hackborn
> > Android framework engineer
> > [email protected]
>
> > 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 [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

Reply via email to