I'm looking through the Holo.Light
theme, and I can't seem to find the magic style to override to get rid of the title text that briefly shows up when my app first launches.
How can I do that?
I'm looking through the Holo.Light
theme, and I can't seem to find the magic style to override to get rid of the title text that briefly shows up when my app first launches.
How can I do that?
Try:
For v.7:
I tried this. This will help -
getSupportActionBar should be called after setSupportActionBar, thus setting the toolbar, otherwise, NullpointerException because there is no toolbar set. Hope this helps
I am new to Android so maybe I am wrong...but to solve this problem cant we just go to the manifest and remove the activity label
Worked for me....
i use this code in App manifest
my logo file is 200*800 pixel and use this code in main activity.java
it will work Corectly
If you only want to do it for one activity and perhaps even dynamically, you can also use
The only thing that really worked for me was to add: