I have a problem. I would like custom my TitleBar and when I try with this method:

requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.mytitle);

But he crash when i am in the Intent of my TabBar.

He works in my main Activity, I think there are a different method for the intent of tabBar for customize the titleBar.

Someone known how it's done?

I'am a begginer developper Android.

Thanks !

link|improve this question
1  
Plz, paste the logcat output. – Macarse Jan 16 '11 at 13:28
feedback

1 Answer

requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);     

getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.mytitle);

put your setContentLayout(); in the middle of these two.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.