本页总览include标签说明 包含其他布局 使用示例 //包含layout文件下的a1布局<include android:layout="@layout/a1"/>//包含layout文件下的a2布局<include layout="@layout/a2"/>