2015年8月3日 星期一

[Android] 基本Layout屬性



版面方向

android:orientation vertical :縱向 版面由上到下horizontal:橫向

寬高設定

android:layout_width
android:layout_height

fill_parent:寬或高滿版
wrap_content:寬或高自動調整,顯示完整內容
match_parent:同fill_parent

設定View的相對位置

android:layout_gravity

設定View內容的位置

android:gravity




沒有留言:

張貼留言