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

来源:互联网 发布:mac使用的p2p软件 编辑:程序博客网 时间:2024/06/05 10:09
Android studio 中出现错误
解决办法:找到values文件下styles()文件 此style下主题 要与MainActivity下继承的Activity符合!!!!!!
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
阅读全文
0 0
原创粉丝点击