Rajesh Pelluru wrote on 2010-07-27 11:44:
Hi,
     I have below requirement :
              App name is App1.
             Activity name is Activity1.
But I want to display title bar of the Activity1 as "MyTitle"
If i try to do that one , App1 appears for few seconds after that
"MyTitle" is displaying in the title bar.
I don't want to display App1 in my title bar.Any one of us can help me
to do above one.

Activity.setTitle() sets title to what you want and I'd do that on
onCreate() but it looks you may just want to fix your layout.xml
file and put proper title there (or in strings and reference in
layout)

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