EditText不接受latptop键盘输入

时间:2014-05-01 09:59:56

标签: android android-edittext

这是奇怪的情况。我的一个编辑文本不接受笔记本电脑键盘的输入。

这是XML:

<EditText
android:id="@+id/approval_footer_addinfo_ed"
android:layout_width="wrap_content"
android:layout_height="100dp"
android:layout_below="@+id/approval_footer_addinfo_comment"
android:layout_marginTop="10dp"
android:layout_toRightOf="@+id/approval_footer_addinfo_star"
android:background="@drawable/shape_edittext"
android:gravity="top"
android:inputType="textMultiLine"
android:padding="3dp" />

在其他屏幕(活动)中,它工作正常。我确定仿真器设置没问题。

任何建议。

1 个答案:

答案 0 :(得分:0)

确保您已为模拟器选中了Hardware keyboard present选项。

enter image description here