您的位置:首页 > 移动开发

You need to use a Theme.AppCompat theme (or descendant) with this activity.

2016-11-16 10:13 344 查看
如果自定义的样式报以上错误 ,将主题继承自AppTheme就可以用了

<style name="AlphaStyle" parent="AppTheme">
<item name="android:windowBackground">@color/transcoler_background</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
</style>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐