文件名称:Android的布局及主要控件的属性.doc
文件大小:28KB
文件格式:DOC
更新时间:2014-10-13 10:32:55
android
Android的布局及主要控件的属性一、线性布局LinearLayout
android:gravity 控件内容的位置{Top Bottom Left Right center_vertical ...}
android:padding** 内边框(上下左右),控制控件中内容的边距
android:layout_weight
android:singleLine 布尔值
二、表格布局TableLayout(适合列表格式)