AppCompat does not support the current theme features

来源:互联网 发布:金山网络测速 编辑:程序博客网 时间:2024/04/28 20:59

两种解决办法

1.在你继承的AppCompat主题中确定有以下两个item(不要加android:前缀)

<item name="windowActionBar">false</item><item name="windowNoTitle">true</item>

2.继承Theme.AppCompat.NoActionBar 因为该主题包含了以上的设置


http://stackoverflow.com/questions/29790070/upgraded-to-appcompat-v22-1-0-and-now-getting-illegalargumentexception-appcompa

0 0
原创粉丝点击