I have a weird behavior I can\'t pinpoint the source of.
I have my app with the classic
requestWindowFeature(Window.FEATURE_NO_TITLE);
You can also define Theme in android manifest file for not display Title bar..
You just define theme android:theme="@android:style/Theme.Light.NoTitleBar" in activity where u dont want to display title bar
android:theme="@android:style/Theme.Light.NoTitleBar"
Example:-