RelativeLayout常用屬性總結

RelativeLayout常用屬性 1、與兄弟控件的關係——方向位置 android:layout_above="@id/xxx"  --將控件置於給定ID控件之上 android:layout_below="@id/xxx"  --將控件置於給定ID控件之下 android:layout_toLeftOf="@id/xxx"  --將控件的右邊緣和給定ID控件的左邊緣對齊(將控件置於給定ID控
相關文章
相關標籤/搜索