[android-developers] Custom Title and Tab Host
Hi I want to set the custom title for the tab host.
I used the following code:
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
R.layout.custom_title_2);
final TextView leftText = (TextView) findViewById
(R.id.left_text);
leftText.setText("my custom title");
But it is giving error as:
android.util.AndroidRuntimeException: You cannot combine custom
titles
with other title features
Is it possible to use custom titles with tab host?
Thanks for any help
Jonathan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home