I put this in my activity:
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.activity_splash);
And in my manifest I don't modify, this is mine, without modifications:
android:theme="@style/AppTheme"
In my activty xml:
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"