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
Holo.Light
While all of these are acceptable, if your activity only contains a main activity, you can edit res\values\styles.xml like so:
res\values\styles.xml
I've updated parent and added the .NoActionBar property to the Light theme from Android Studios Create Blank Application Wizard.
parent
Create Blank Application