Ответ 1

Добавьте свойство android:theme в свой AndroidManifest.xml:

<application android:theme="@android:style/Theme.NoTitleBar">

Ответ 2

Используйте это в файле Java до setContentView()

requestWindowFeature(Window.FEATURE_NO_TITLE);

Используйте этот файл AndroidManifest

  android:theme="@android:style/Theme.NoTitleBar"
  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"