我在编辑文本时遇到问题。我禁止键盘在活动开始时弹出,但是如何防止光标位于第一个编辑文本上?我希望光标仅在单击 editText 字段和活动开始时出现。
<EditText
android:id="@+id/stuff"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/stufflabel"
android:layout_toRightOf="@+id/stuffpic"
android:hint="@string/name_str"
android:maxLength="20"
/>