Luôn luôn cần thiết phải thêm các phím phụ ngoài các phím mặc định có sẵn trong QWERTY
bàn phím ảo .
Sử dụng XML
<EditText android:text="@+id/EditText01"
android:id="@+id/EditText01"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:imeOptions="actionDone"/>
By Programmatic Way
An EditorInfo
là lớp hữu ích nhất khi bạn phải xử lý bất kỳ loại đầu vào nào của người dùng trong ứng dụng Android của mình.
IME_ACTION_DONE:
Hành động này thực hiện thao tác “đã xong” mà không cần nhập gì và IME sẽ bị đóng.
EditTextSample.setImeOptions(EditorInfo.IME_ACTION_DONE);
Để biết thêm thông tin, bạn có thể truy cập http://developer.android.com/reference/android/view/inputmethod/EditorInfo.html