Android 怎样在xml里打开其他xml的layout

来源:互联网 发布:建筑扫描建模软件 编辑:程序博客网 时间:2024/05/21 11:20

使用include标签

  
  1. <include
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. layout="@layout/yourlayout" />
0 0
原创粉丝点击