<EditText
android:id="@+id/edittext_id"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="아이디 입력"
android:layout_weight="1"
android:imeOptions="actionNext"
/>

위와 같이, actionNext 설정을 해 주었습니다.

문제는, 프로요 버전에서는 enter 버튼이 '다음' 버튼으로 잘 적용이 되는데,
진저 버전에서는 enter 버튼이 그냥 enter로 머물러 있어서 다음 작업에 오류를 불러옵니다.

문제가 먼지 잘 모르겠습니다.
도움을 부탁드립니다. ㅠㅠ