2011-10-12 74 views

回答

0

我想創建一個LinearLayout作爲標籤內容的看法是這樣的......

<LinearLayout> 
    <!-- Usual width/height attributes and set the orientation as vertical --> 
    <LinearLayout> 
     <!-- Usual width/height attributes and set the orientation as horizontal --> 
     <!-- Place the 'Latest News' and other buttons here --> 
    </LinearLayout> 
    <ListView> 
     <!-- Usual width/height attributes --> 
    </ListView> 
</LinearLayout> 
相關問題