Possible Duplicate:
How to hide the title bar for an Activity in XML with existing custom theme
when I was running my app on my device or on the emulator, I can see the activity name on the top of the screen, like MainActivity or Hello World or whatever, and I'd like to remove it, but I don't know how. Should I write something in the xml file or something?