首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

android界面xml资料中导入另一个xml文件的方法include

2012-07-02 
android界面xml文件中导入另一个xml文件的方法include?xml version1.0 encodingutf-8?LinearLayo

android界面xml文件中导入另一个xml文件的方法include
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <include layout="@layout/name"/>
    <include layout="@layout/sex"/>
</LinearLayout>

热点排行