Theme.AppCompat.Light.NoActionBar
Theme.AppCompat.Light.NoActionBar: Theme.AppCompat.Light.NoActionBar.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.AppCompat.Light.NoActionBar" parent="@style/Theme.AppCompat.Light">
<item name="android:windowNoTitle">true</item>
</style>
</resources>