【Activity 】

requestWindowFeature(Window.FEATURE_NO_TITLE);

 

【AppCompatActivity】

getSupportActionBar().hide();

android:theme=”@style/Theme.AppCompat.Light.NoActionBar”
<style name="Theme.AppCompat.Light.NoActionBar" parent="@style/Theme.AppCompat.Light">
     <item name="android:windowNoTitle">true</item>
</style>