I added an action bar with a dropdown menu to my activity but it also shows the application name.
Each of my activities has an action bar and each of them use the th
The above proposed solutions still show the title for a brief moment before making it invisible. I use the following which I believe is the best way to achieve this:
Simple disable app_name in the activity declaration in the Manifest. This way it will never show for the activity where you don't want it to appear: