Skip to content

Commit

Permalink
[CHORE/#8] 회원가입 imeOptions actionDone 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed May 12, 2023
1 parent 10a8f42 commit 33d310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_signup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:hint="@string/signup_specialty_hint"
android:imeOptions="actionNext"
android:imeOptions="actionDone"
android:inputType="text"
android:paddingVertical="16dp"
android:text="@={vm._specialty}"
Expand Down

0 comments on commit 33d310c

Please sign in to comment.