Skip to content

Commit

Permalink
Feat: 커리어 봉사활동 봉사시간 정수만 가능하게
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyujin-com committed Feb 20, 2024
1 parent 4449ffd commit 67904aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_career_add_volunteer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
android:background="@drawable/bg_solid_gray_radius_15"
android:gravity="top"
android:hint="숫자만 기입해주세요"
android:inputType="number"
android:paddingStart="18dp"
android:paddingTop="11dp"
android:paddingBottom="10dp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_career_edit_volunteer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
android:background="@drawable/bg_solid_gray_radius_15"
android:gravity="top"
android:hint=""
android:inputType="number"
android:paddingStart="18dp"
android:paddingTop="11dp"
android:paddingBottom="10dp"
Expand Down

0 comments on commit 67904aa

Please sign in to comment.