Skip to content

Commit

Permalink
[chore] #151 별명 EditText text InputType 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokwanhee committed May 6, 2024
1 parent 3b58e60 commit e109874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_nickname.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
android:maxLines="1"
android:paddingHorizontal="20dp"
android:paddingVertical="18dp"
android:inputType="text"
android:text="@={onboardingViewModel.nickName}"
android:textColor="@color/gray_900_161616"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit e109874

Please sign in to comment.