You should set the theme of the activity in your manifest to the Theme.NoTitleBar. This is the information used to show the initial preview window as your activity is launched.
On Oct 17, 9:42 am, Cheryl Sedota <[EMAIL PROTECTED]> wrote: > Despite the fact that I set the FEATURE_NO_TITLE param in my > activity's onCreate method, there is a period of time while the > activity is loading that I see the title/chrome on the 1.0 SDK (and > all previous SDK versions too): > > //Hide the title bar > requestWindowFeature(Window.FEATURE_NO_TITLE); > > Is there any way to ensure that we never see that title/chrome, not > even for the first second or two of activity startup? > > Thanks, > Cheryl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

