在做引导界面时,因为界面需要全屏,于是在Manifest中这样写:
于是就出现了如下的错误:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
解决方法:
在res/values/styles中自定义一个样式,继承至AppTheme
Mani中使用自定义样式
转载请注明原文地址: https://ju.6miu.com/read-665786.html