Android EditText does not work, android:imeOptions=“actionNext” android:inputType=“phone”
问题 I have tried, and only if I delete android:inputType="phone" the keyboard Enter can jump to the Next EditText. I don't know whether there have been some conflicts between android:imeOptions="actionNext" and android:inputType="phone" . code : AutoCompleteTextView has android:imeOptions="actionNext" and android:inputType="phone" , but Enter on the keyboard will not go to the next one. <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation=