我是Android开发的新手,需要一些关于输入的指针。我熟悉Android的使用,我想知道如何完成键盘周围的一般操作。
我知道如何将其设置为电话,电子邮件,小数等内容。
但是如何更改它以移动到下一个字段或触发操作?
感谢您的见解。
答案 0 :(得分:0)
您需要在attribute
xml editext
android:imeOptions="actionDone"
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="actionDone"
android:inputType="text"/>