目的
#本片博客不是主讲使用actionBar 闪退问题的,而是警示自己——面对IDE代码提示要仔细看,不要马虎坑了自己。
背景
今天学习《第一行代码 Android》第2版 ,第十二章最佳UI体验MetearilDesign,接触ActionBar,按照书上敲代码
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?actionBarStyle"
app