码迷,mamicode.com
首页 > 移动开发 > 详细

继承Activity与AppcompatActivity的区别

时间:2019-12-15 10:47:10      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:esc   theme   界面   state   标题栏   继承   android   相对   tee   

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.

继承Activity与AppcompatActivity的区别

标签:esc   theme   界面   state   标题栏   继承   android   相对   tee   

原文地址:https://www.cnblogs.com/cxj1821/p/12042033.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!