1

I need some guide to remove the name of app which is quite annoying in top bar of navigation: App Top Bar Navigation

I'm using Toolbar and native google Navigation Drawer I tried some method like:

getSupportActionBar().setDisplayShowTitleEnabled(false);

but application stop working

or changing theme but not working

Sufian
  • 6,405
  • 16
  • 66
  • 120
Blacksword
  • 331
  • 3
  • 17

1 Answers1

1

you must first call this setSupportActionBar(mToolbar); also make sure that you are using style with Theme.AppCompat.Light.NoActionBar