继承Activity与AppcompatActivity的区别

时间:2021-12-10 07:26:48

AppcompatActivity相对于Activity的主要的两点变化如下: 
1:主界面带有toolbar的标题栏;
2,theme主题只能用android:theme=”@style/AppTheme (appTheme主题或者其子类),而不能用android:style。 否则会提示错误: Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.