layout_gravity設置無效

當作爲父layout的LinearLayout的屬性爲android:orientation="vertical" 的時候,android:layout_gravity="?"這裏設爲橫向的時候才能生效。比如:left,right,center_horizontal等;
當作爲父layout的LinearLayout的屬性爲android:orientation="horizental" 的時候,android:layout_gravity="?"這裏設爲縱向的時候才能生效。比如:top,bottom,center_vertical等;
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章