I can change the Theme for the app i am doing not to have the title bar. Although this updates the layout i am working on under eclipse adt when i run it in the device the title bar is still there. Any suggestions?
If you wanna hide the titlebar in your activity use the following code requestWindowFeature(Window.FEATURE_NO_TITLE);
before the setContentView();