ximsfei / Android-skin-support

Android-skin-support is an easy dynamic skin framework to use for Android, Only one line of code to integrate it. Android 换肤框架, 极低的学习成本, 极好的用户体验. "一行"代码就可以实现换肤, 你值得拥有!!!
MIT License
6.35k stars 1.08k forks source link

View class skin.support.widget.SkinCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme #451

Open fly263 opened 3 years ago

fly263 commented 3 years ago

试用了一下 1、在Activity中切换皮肤后应用会崩溃,在Fragment中调用换肤不会崩溃,只触发了onStart回调,把源码下载下来,屏蔽了一些报错的代码后正常 2、切换回默认皮肤看到log中有这个 ThemeUtils: View class skin.support.widget.SkinCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).

fly263 commented 3 years ago

修改代码后可以换肤

hf529270451 commented 2 years ago

请问修改了哪部分代码

fly263 commented 2 years ago

请问修改了哪部分代码 把报错的代码注释掉了

wo4chenkewen commented 2 years ago

判断明显有问题, actionBar为什么会影响, 提示的错误也很奇怪, 应该去掉