Android EditText 屬性彙總
設定顯示在空間上的提示資訊 android:numeric="integer" 設定只能輸入整數,如果是小數則是:decimal
android:singleLine="true" 設定單行輸入,一旦設定為true,則文字不會自動換行。
android:password="true" 設定只能輸入密碼
android:textColor = "#ff8c00" 字型顏色
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" 權重,控制控制元件之間的地位,在控制控制元件顯示的大小時蠻有用的。
android:textAppearance="?android:attr/textAppearanceLargeInverse" 文字外觀,這裡引用的是系統自帶的一個外觀,?表示系統是否有這種外觀,否則使用預設的外觀。不知道這樣理解對不對? 通過EditText的layout xml檔案中的相關屬性來實現:
1. 密碼框屬性 android:password="true" 這條可以讓EditText顯示的內容自動為星號,輸入時內容會在1秒內變成*字樣。
2. 純數字 android:numeric="true" 這條可以讓輸入法自動變為數字輸入鍵盤,同時僅允許0-9的數字輸入
3. 僅允許 android:capitalize="cwj1987" 這樣僅允許接受輸入cwj1987,一般用於密碼驗證 下面是一些擴充套件的風格屬性
android:editable="false" 設定EditText不可編輯
android:singleLine="true" 強制輸入的內容在單行
android:ellipsize="end" 自動隱藏尾部溢位資料,一般用於文字內容過長一行無法全部顯示時
相關文章
- android -- EditText 設定 imeOptions 屬性為何失效?Android
- android — EditText 設定 imeOptions 屬性為何失效?Android
- Java程式設計筆記,springboot常用屬性彙總Java程式設計筆記Spring Boot
- Android 《CardView 屬性》AndroidView
- Android XML 屬性AndroidXML
- Android 系列教程 彙總Android
- android屬性動畫Android動畫
- Android UI美化之 shape的使用及其屬性總結AndroidUI
- tkinter屬性(總結)
- APK瘦身屬性——android:extractNativeLibsAPKAndroid
- Android中handler問題彙總Android
- Android Studio常用快捷鍵彙總Android
- Android 屬性動畫實戰Android動畫
- Android 樣式屬性的使用Android
- React屬性用法總結React
- Android常用開源庫整理彙總Android
- android更改EditText下劃線顏色Android
- Android property屬性許可權新增Android
- Android控制元件的fitSystemWindows屬性Android控制元件Windows
- Android 動畫之屬性動畫Android動畫
- Android解析WindowManager(二)Window的屬性Android
- Android 自定義View:屬性動畫(六)AndroidView動畫
- Android 顏色漸變 屬性動畫Android動畫
- Android備忘錄《屬性動畫-ValueAnimator》Android動畫
- Android移動應用知識點總彙①Android
- Android的細節知識彙總系列(一)Android
- Android入門教程 | EditText 使用者輸入Android
- Android多個EditText輸入效果解決方案Android
- Android開發 - 檢視佈局屬性解析Android
- 檔案屬性及find命令總結
- python呼叫私有屬性的方法總結Python
- CMake 屬性之全域性屬性
- Vagrant box 命令彙總彙總
- 提高效率的 Android Studio 技巧彙總Android
- [譯] Android效能優化:APK瘦身方式大彙總Android優化APK
- defer 屬性和 async 屬性
- Android開商品屬性篩選與商品篩選Android
- CMake 屬性之目錄屬性
- CMake 屬性之目標屬性