打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
【原】android.util.AndroidRuntimeException: You ...

报如下错误:android.util.AndroidRuntimeException: You cannot combine custom titles with other title features

这个问题主要是由下面语句造成的。

        requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
        setContentView(R.layout.main);
        getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.custom_title);

 

原因暂时不是很清楚,在android4.0中会出现,android2.3中应该没有问题,貌似是title的冲突,解决方法如下:

在你的AndroidManifest.xml中添加相应Active的theme。如添加下面语句可解决:

android:theme="@android:style/Theme.Dialog"

具体的theme选项内容的添加根据你自己的意图选择。

                                                                                                                                                   xdyang 于2012-5-21 于reasil

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Android API Demo研究(1) - 编程 - goandroid
android4.0自定义标题报错 -----断点记录
去掉Activity中titleBar
android.util.AndroidRuntimeException: requestFeature() must be called before adding content
PreferenceActivity里自定义标题栏(title bar)出错:reques...
去掉android的屏幕上的title bar
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服