認識RelativeLayout
以父容器元件為相對位置的設定是使用true和false來設定。RelativeLayout版面配置設定為true或false的屬性整理於下表:
android:layout_centerHorizontal | 將子元件對齊於父元件橫向中間的位置 |
android:layout_centerVertical | 將子元件對齊於父元件縱向中間的位置 |
android:layout_centerInParent | 將子元件對齊於父元件中央的位置 |
android:layout_alignParentBottom | 將子元件與父元件底部對齊 |
android:layout_alignParentLeft | 將子元件與父元件左側對齊 |
android:layout_alignParentRight | 將子元件與父元件右側對齊 |
android:layout_alignParentTop | 將子元件與父元件上緣對齊 |
留言
張貼留言