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
i use this code in App manifest
my logo file is 200*800 pixel and use this code in main activity.java
getActionBar().setDisplayShowTitleEnabled(false);
it will work Corectly