burgessjp/ThemeSkinning

activity不实现Theme.AppCompat 的话,会报错

chen28683 opened this issue · 1 comments

Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at android.support.v7.app.AppCompatDelegateImplV9.createSubDecor(AppCompatDelegateImplV9.java:359)

AppCompatActivity必须用Theme.AppCompat的主题