开发者

setting onscreen keyboard type in Android

开发者 https://www.devze.com 2023-04-08 18:56 出处:网络
I was wondering whether the soft keyboard that pops up when we want to type anything in android can be configured. For example, in iOS, we can set the type of the keyboard to be numeric or alphanumeri

I was wondering whether the soft keyboard that pops up when we want to type anything in android can be configured. For example, in iOS, we can set the type of the keyboard to be numeric or alphanumeric or email etc. Is there anything similar in Android ?开发者_JS百科


Yes Use

 android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"

As a XML tag for EditText's and other writtable widgets

0

精彩评论

暂无评论...
验证码 换一张
取 消