include 标签

来源:互联网 发布:怎么注册网站域名备案 编辑:程序博客网 时间:2024/05/16 19:20

include 标签事在XML中用于重复使用某一XML(layout)

格式如:

<include layout="@layout/include_bottom"/>

其中可设置宽度、高度属性,重点说明顶头和置底


布局为:RelativeLayout,使用如下标签将内容作为底部菜单显示

android:layout_alignParentBottom="true"

布局为:LinearLayout,使用如下标签将内容作为标题、菜单等显示

android:layout_weight="1"

原创粉丝点击