網頁

2014年11月13日 星期四

Android Layout

LinearLayout
android:orientation="vertical|horizontal":垂直或水平
android:layout_weight="比例":寬或高所佔整個Layout的比例


RelativeLayout
android:layout_位置="@id/元件名稱":位置可以是 above, below, toLeftOf, toRightOf
android:layout_align對齊="@id/元件名稱":對齊可以是 top, bottom, left, right
android:layout_alignParent對齊="true|false":對齊可以是 top, bottom, left, right
android:layout_center對齊="true|false":對齊可以是 horizontal, vertical, inParent


TableLayout 會包含數個 TableRow,元件置於 TableRow 中,預設元件的寬度是 wrap_content 的效果



沒有留言:

張貼留言