Android布局之 android:gravity 與android:layout_gravity 的區別

來源:互聯網
上載者:User

標籤:


android:layout_gravity 和 android:gravity 的區別:

android:gravity是對元素本身說的,元素本身的文本顯示在什麼地方靠著換個屬性設定,

不過不設定預設是在左側的。

android:layout_gravity是相對與它的父元素說的,

說明元素顯示在父元素的什麼位置。

比如說button: 

android:layout_gravity 表示按鈕在介面上的位置。

android:gravity表示button上的字在button上的位置。


可選值

這兩個屬性可選的值有:top、bottom、left、right、center_vertical、

fill_vertical、center_horizontal、fill_horizontal、center、fill、clip_vertical。

而且這些屬性是可以多選的,用“|”分開。

預設這個的值是:Gravity.LEFT

注意在LinearLayout中

當 android:orientation="vertical"  時, 只有水平方向的設定才起作用,垂直方向的設定不起作用。即:left,right,center_horizontal 是生效的。

當 android:orientation="horizontal" 時, 只有垂直方向的設定才起作用,水平方向的設定不起作用。即:top,bottom,center_vertical 是生效的。


著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

Android布局之 android:gravity 與android:layout_gravity 的區別

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.