Skip to content

Commit

Permalink
fix : 마지막 editText imeOptions Done으로 바꿈 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Apr 7, 2023
1 parent be5017b commit a2ceb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_sign_up.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/sign_up_specialty_hint"
android:imeOptions="actionNext"
android:imeOptions="actionDone"
android:inputType="text"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit a2ceb46

Please sign in to comment.