I'm trying to hide the title bar on my app by putting the following code in the manifest file
android:label="Sound Board" android:theme="@android:style/Theme.NoTitleBar"
It looks to be working on my tablet, but not on my smart phone. My tablet is version 3.1 and the smart phone is 2.2
-Ted