Try this
this.getSupportActionBar().hide();
To hide entire action bar
Or you can try this ON YOUR activity
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
It will hide your text only
1.4m articles
1.4m replys
5 comments
57.0k users