构建项目时,abc_screen_toolbar.xml中的以下输出文件包含错误
<android.support.v7.widget.ActionBarContainer
android:id="@+id/action_bar_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
style="?attr/actionBarStyle"
android:touchscreenBlocksFocus="true"
android:gravity="top">
目前我的项目也没有使用任何触摸屏功能。