android:paddingLeft 和 layout_marginLe 區別 android:layout_gravity 和 android:gravity 的區別

來源:互聯網
上載者:User

小結:

android:paddingLeft:指的是在本控制項中,預留閑置多少空間

android:layout_marginLeft:指的是這個控制項距離父控制項的空間有多少


 

<LinearLayout<br /> android:layout_height = "28px"<br /> android:layout_width="fill_parent"<br /> android:orientation="horizontal"<br /> android:gravity="center_vertical"<br /> android:paddingLeft="25px"<br /> android:background ="@drawable/top_bg"<br /> ><br /> <ImageView<br /> android:layout_width="18px"<br /> android:layout_height="18px"<br /> android:src="@drawable/manage"<br /> ></ImageView><br /> <TextView<br /> android:layout_width="wrap_content"<br /> android:layout_height="wrap_content"<br /> android:textColor="#000"<br /> android:textSize="14px"<br /> android:text="應用程式"<br /> ></TextView><br /> </LinearLayout></p><p>

android:paddingLeft:指的是在本控制項中,預留閑置多少空間

 

 

<LinearLayout<br /> android:layout_height = "28px"<br /> android:layout_width="fill_parent"<br /> android:orientation="horizontal"<br /> android:gravity="center_vertical"<br /> android:layout_marginLeft="25px"<br /> android:background ="@drawable/top_bg"<br /> ><br /> <ImageView<br /> android:layout_width="18px"<br /> android:layout_height="18px"<br /> android:src="@drawable/manage"<br /> ></ImageView><br /> <TextView<br /> android:layout_width="wrap_content"<br /> android:layout_height="wrap_content"<br /> android:textColor="#000"<br /> android:textSize="14px"<br /> android:text="應用程式"<br /> ></TextView><br /> </LinearLayout>

 

android:layout_marginLeft:

 指的是這個控制項距離父控制項的空間有多少

gravity 這個英文單詞是重心的意思,在這裡就表示固定位置的意思。

android:layout_gravity 和 android:gravity 的區別

從名字上可以看到,android:gravity是對元素本身說的,元素本身的文本顯示在什麼地方靠著換個屬性設定,不過不設定預設是在左側的。

android:layout_gravity是相對與它的父元素說的,說明元素顯示在父元素的什麼位置。

比如說button: android:layout_gravity 表示按鈕在介面上的位置。 android:gravity表示button上的字在button上的位置。

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.