读书人

Layout格局

发布时间: 2012-09-27 11:11:17 作者: rapoo

Layout布局
内容:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" >TableLayout表格布局(布置表格布局)

<TableLayout android:id="@+id/tableLayout1" android:layout_height="wrap_content" android:layout_width="fill_parent">
RelativeLayout相对布局
 

读书人网 >移动开发

热点推荐