EditText ค่า inputType (xml)


127

ฉันจะหาค่าที่ InputTypeมีได้ที่ไหน?

ฉันทราบถึงhttp://developer.android.com/reference/android/text/InputType.htmlแต่ค่าในไฟล์ xml เค้าโครงควรเป็นอย่างไร


2
ช้าไปหน่อยในวันนี้ แต่ฉันคิดว่านี่อาจเป็นสิ่งที่คุณกำลังมองหา: developer.android.com/reference/android/R.attr.html
ChrisV

3
นี่อาจเป็นสิ่งที่คุณกำลังมองหา: developer.android.com/reference/android/…
Robbie Matthews

คำตอบ:


308

คุณสามารถใช้แท็บคุณสมบัติใน eclipse เพื่อตั้งค่าต่างๆ

นี่คือค่าที่เป็นไปได้ทั้งหมด

  • ไม่มี
  • ข้อความ
  • textCapCharacters
  • textCapWords
  • textCapSentences
  • textAutoCorrect
  • textAutoComplete
  • textMultiLine
  • textImeMultiLine
  • textNoSuggestions
  • textUri
  • textEmailAddress
  • textEmailSubject
  • textShortMessage
  • textLongMessage
  • textPersonName
  • textPostalAddress
  • textPassword
  • textVisiblePassword
  • textWebEditText
  • TextFilter
  • textPhonetic
  • textWebEmailAddress
  • textWebPassword
  • จำนวน
  • numberSigned
  • numberDecimal
  • numberPassword
  • โทรศัพท์
  • วันเวลา
  • วันที่
  • เวลา

ตรวจสอบคำอธิบายได้ที่นี่: http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType



คำอธิบาย ... ?
Yousha Aleayoub

24

คำตอบเพิ่มเติม

นี่คือลักษณะการทำงานของแป้นพิมพ์มาตรฐานสำหรับอินพุตแต่ละประเภท

ป้อนคำอธิบายภาพที่นี่

ดูคำตอบนี้สำหรับรายละเอียดเพิ่มเติม


โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.