Android:如何打开屏幕截图等默认数字键盘?

时间:2013-10-22 10:03:53

标签: android android-layout

我面临调用此类默认数字键盘的类型问题。 请建议我能为此做些什么。

谢谢, 勒凯什

For more details please see this link (Portrait mode)

For more details please see this link (Landscape mode)

3 个答案:

答案 0 :(得分:2)

如果您想在EditText窗口小部件中打开数字键盘,可以将inputType设置为numberRef

android:inputType="number"

答案 1 :(得分:0)

它可能有用。

<EditText   
android:layout_height="wrap_content"
android:layout_width="wrap_content" 
android:inputType="phone" 
></EditText>

答案 2 :(得分:0)

使用此代码:
input.setRawInputType(Configuration.KEYBOARD_12KEY);