文本字段 - 键盘,inputType

时间:2015-04-15 22:52:33

标签: android-softkeyboard avd android-inputtype

我使用Android Studio和AVD模拟器。

当我在AVD模拟器上使用EditText小部件运行应用程序时,不会显示字母数字键盘。

参数"有硬件键盘"我的AVD配置已关闭,但未显示虚拟键盘。

我尝试使用inputType属性但没有成功。 为了在屏幕上显示虚拟键盘,我需要添加/更改什么?

<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/topTextInput"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
android:width="300dp"
android:inputType="textAutoComplete|text"/>

0 个答案:

没有答案