hello,

i would like to integrate a custom title in an app based on a tabActivity.

when i launch only one activity with a custom title thanks to this code :

requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
setContentView(R.layout.screen_home);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.custom_title_1);

there is no problem.

but when i use a tabactivity, my custom title isn't rendered and it causes an 
error :

android.util.AndroidRuntimeException: You cannot combine custom titles with 
other title features

is it possible to use both TabActivity and custom title ?

brgds,

Philippe


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to