Cannot combine custom title with other title features

Source: Internet
Author: User

You want to customize the title of the activity page in oncreateCodeAs follows:

Final window = getwindow (); Boolean usetitlefeature = false; If (window. getcontainer () = NULL) {usetitlefeature = Window. requestfeature (window. feature_custom_title);} setcontentview (resource. layout. liftinspection); If (usetitlefeature) {window. setfeatureint (window. feature_custom_title, R. layout. inspection_title );}

Android 4.0 works normally, but the following error is reported in version:

Cannot combine custom title with other title features

The reason is that android thinks that you have set the Activity title and then tries to merge the custom title.

The solution is empirical:

Add a new theme such as mytheme to the styles file,

Add the following active configuration items to the androidmaniest file:

Android: theme = "@ Android: style/mytheme"

(Do not use apptheme)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.