Use an AppCompat theme instead.
Set up your theme to extend an AppCompat theme in xml:
<style name="Theme.App" parent="Theme.AppCompat.NoActionBar">
<!-- no window title -->
<item name="windowNoTitle">true</item>
</style>
Then use it in AndroidManifest, android:theme=“@style/Theme.App”.