android常用的一些屬性說明

來源:互聯網
上載者:User

android:id --- 為控制項指定相應的ID

android:text --- 指定控制項當中顯示的文字,需要注意的是,這裡盡量使用strings.xml檔案當中的字串

android:grivity --- 指定控制項的基本位置,比如說置中,居右等位置 這裡指的是控制項中的文本位置並不是控制項本身。

android:textSize --- 指定控制項當中字型的大小

android:background --- 指定該控制項所使用的背景色,RGB命名法

android:width --- 指定控制項的寬度

android:height --- 指定控制項的高度

android:padding* --- 指定控制項的內邊距,也就是說控制項當中的內容

android:sigleLine --- 如果設定為真的話,則控制項的內容在同一行中進行顯示

下邊是相對布局屬性的說明:RelativeLayout

android:layout_above 將該控制項的底部至於給定ID控制項之上

android:layout_below 將該控制項的頂部至於給定ID的控制項之下

android:layout_toLeftOf 將該控制項的右邊緣和給定ID的控制項左邊緣對齊

android:layout_toRightOf 將該控制項的左邊緣和給定ID的控制項的右邊緣對齊

 

android:layout_alignBaseline 該控制項的baseline和給定ID的控制項的baseline對齊

android:layout_alignBottom 將該控制項的底部邊緣與給定ID控制項的底部邊緣對齊

android:layout_alignLeft 將該控制項的左邊緣與給定ID控制項的左邊緣對齊

android:layout_alignRight 將該控制項的右邊緣與給定ID控制項的右邊緣對齊

android:layout_alignTop 將該控制項的頂部邊緣與給定ID控制項的頂部對齊

 

android:alignParentBottom 如果該值為true,則將該控制項的底部和父控制項的底部對齊

android:layout_alignParentLeft 如果該值為true,則將該控制項左邊與父控制項的左邊對齊

android:layout_alignParentRight 如果該值為true,則將該控制項的右邊與父控制項的右邊對齊

android:layout_alignParentTop 如果該值為true,則將該控制項的頂部與父控制項的頂部對齊

 

android:layout_centerHorizontal 如果為真,該控制項將被至於水平方向的中央

android:layout_centerInParent 如果為真, 該控制項將被至於父控制項水平方向和垂直方向的中央

android:layout_centerVertical 如果為真,該控制項將被至於垂直方向的中央

android:layout_marginLeft此屬性用來設定控制項之間的間隙(控制項和控制項之間和內邊距不同)

android:padding="3dip"說明了四邊的內邊距是3dip

 

TableLayout

<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:stretchColumns="0" ></TableLayout>

android:stretchColumns="0"第一列作為展開列填滿整行

 

EditText 屬性說明

android:scrollHorizontally

設定文本超出TextView的寬度的情況下,是否出現橫拉條。

 

第一類:屬性值為true或false

android:layout_centerHrizontal 水平置中

android:layout_centerVertical 垂直置中

android:layout_centerInparent 相對於父元素完全置中

android:layout_alignParentBottom 貼緊父元素的下邊緣

android:layout_alignParentLeft 貼緊父元素的左邊緣

android:layout_alignParentRight 貼緊父元素的右邊緣

android:layout_alignParentTop 貼緊父元素的上邊緣

android:layout_alignWithParentIfMissing 如果對應的兄弟元素找不到的話就以父元素做參照物

 

第二類:屬性值必須為id的引用名"@id/id-name"

android:layout_below 在某元素的下方

android:layout_above 在某元素的的上方

android:layout_toLeftOf 在某元素的左邊

android:layout_toRightOf 在某元素的右邊

 

android:layout_alignTop 本元素的上邊緣和某元素的的上邊緣對齊

android:layout_alignLeft 本元素的左邊緣和某元素的的左邊緣對齊

android:layout_alignBottom 本元素的下邊緣和某元素的的下邊緣對齊

android:layout_alignRight 本元素的右邊緣和某元素的的右邊緣對齊

 

第三類:屬性值為具體的像素值,如30dip,40px

android:layout_marginBottom 離某元素底邊緣的距離

android:layout_marginLeft 離某元素左邊緣的距離

android:layout_marginRight 離某元素右邊緣的距離

android:layout_marginTop 離某元素上邊緣的距離

 

EditText的android:hint

設定EditText為空白時輸入框內的提示資訊。

 

android:gravity 

android:gravity屬性是對該view 內容的限定.比如一個button 上面的text. 你可以設定該text 在view的靠左,靠右等位置.以button為例,android:gravity="right"則button上面的文字靠右

 

android:layout_gravity

android:layout_gravity是用來設定該view相對與起父view 的位置.比如一個button 在linearlayout裡,你想把該button放在靠左、靠右等位置就可以通過該屬性設定.以button為例,android:layout_gravity="right"則button靠右

 

android:layout_alignParentRight

使當前控制項的右端和父控制項的右端對齊。這裡屬性值只能為true或false,預設false。

相關文章

聯繫我們

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