Do you mean you want the screen going from something similar to this to something similar to that?
If that's what you want, make your theme inherit Theme.NoTitleBar
or use it directly.
Your opening Activity
tag in the AndroidManifest.xml should look somethig like:
<activity android:name=".MyActivity"
android:theme="@android:style/Theme.NoTitleBar">
If you only want to hide the title, but keep the title bar, you can go with Sephy's recommendations.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…