2013年9月27日 星期五

Android EditText 屬性 property


Android EditText 屬性 property

EditText的屬性很多,這裏介紹幾個:

android:layout_gravity="center_vertical"
設置控制項顯示的位置:默認top,這裏居中顯示,還有bottom

android:hint="
請輸入數位!"設置顯示在空間上的提示資訊

android:numeric="integer"
設置只能輸入整數,如果是小數則是:decimal

android:singleLine="true"
設置單行輸入,一旦設置為true,則文字不會自動換行。

android:password="true"
設置只能輸入密碼

android:textColor = "#ff 8c 00"
字體顏色

android:textStyle="bold"
字體,bold, italic, bolditalic

android:textSize="20dip"
大小

android:capitalize = "characters"
以大寫字母寫

android:textAlign="center"
EditText
沒有這個屬性,但TextView有,居中

android:textColorHighlight="#cccccc"
被選中文字的底色,默認為藍色

android:textColorHint="#ffff00"
設置提示資訊文字的顏色,默認為灰色

android:textScaleX="1.5"
控制字與字之間的間距

android:typeface="monospace"
字型,normal, sans, serif, monospace

android:background="@null"
空間背景,這裏沒有,指透明

android:layout_weight="1"

沒有留言:

張貼留言