How to hide app title in action bar

1.3k Views Asked by At

i have an action bar scherlock where i want to show logo without app title. I've just added in manifest android:logo tag and some code getSupportActionBar().setDisplayShowTitleEnabled(false) in my activity thats hide my title. It seems to work fine, but when app was started a title displays in a few seconds, how i can resolve this?

2

There are 2 best solutions below

1
On BEST ANSWER

just try this in order to hide title bar.

Use this in styles.xml file

<style name="AppBaseTheme" parent="android:Theme.Light.NoTitleBar">
0
On

I suggest use custom title bar.
you can customize it as you like.
example

but use 45dip instead of 35dip