You must specifiy a layout in the include tag: <include layout="@layout/layoutID" />

来源:互联网 发布:魔方社区网络 编辑:程序博客网 时间:2024/05/16 19:50
出现这个的原因是在下面的layout前面添加了android:
<include layout="@layout/custom_toolbar"/>

0 0