& lt?xml?version="1.0 "?編碼="utf-8 "?& gt
& ltLinearLayout?xmlns:Android = "/apk/RES/Android "
Android:layout _ width = " match _ parent "
Android:layout _ height = " match _ parent "
android:orientation="vertical "?& gt
& lt文本視圖
Android:layout _ width = " match _ parent "
Android:layout _ height = " wrap _ content "
Android:text= "下面應該有列表"/& gt;
& lt列表視圖
Android:id = " @+id/myinfo _ main list "
Android:layout _ width = " match _ parent "
android:layout_height="0dp "
Android:layout _ weight = " 1 "/& gt;
& lt/linear layout & gt;