在我的平板电脑(Android 4.1.1 Asus)上测试我的应用程序时,我发现我的编辑文本不支持我的蓝牙键盘。没有输入!使用软键盘没问题。
这是我的布局:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText android:layout_width="match_parent"
android:id="@+id/txtTuneScript"
android:layout_height="match_parent"
android:layout_weight="1"
android:scrollbars="vertical" />
</LinearLayout>
我错过了editText的任何属性?任何想法?使用平板电脑上的其他应用程序(如 droidEdit),蓝牙键盘工作正常......