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
:これは何のためにあなたがしているlookngかもしれdeveloper.android.com/reference/android/...
ロビー・マシューズ

回答:


308

日食の[プロパティ]タブを使用して、さまざまな値を設定できます。

ここにすべての可能な値があります

  • なし
  • テキスト
  • 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.