android視圖層的設計 javacode版本 有圖哦

1. 於是先定義最大的view,並設定為目前佈局: RelativeLayout r_layout = new RelativeLayout(this); setContentView(r_layout) 2. 接著定義第二層的TableLayout,並加入到r_layout 裡: TableLayout tableLayout = new TableLayout(this); r_layout.
相關文章
相關標籤/搜索