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
Simply extends your java file from AppCompatActivity and do this:
AppCompatActivity
ActionBar actionBar = getSupportActionBar(); // support.v7 actionBar.setTitle(" ");