Re: [android-developers] How to hide label on screen?

2010-03-03 Thread Mark Murphy
Ali Chousein wrote: > Hi, > > Suppose that you create a HelloWorld application under Eclipse. Then > in res/values/strings.xml the following entry is created: > > Hello, Android > > Now, when you launch the HelloWorld application you see the label > "Hello, Android" on top of the screen. I want

[android-developers] How to hide label on screen?

2010-03-03 Thread Ali Chousein
Hi, Suppose that you create a HelloWorld application under Eclipse. Then in res/values/strings.xml the following entry is created: Hello, Android Now, when you launch the HelloWorld application you see the label "Hello, Android" on top of the screen. I want to hide this label. What is the way of