Skip to content

Commit

Permalink
Fix: 커리어 검색바 에뮬 엔터 가능하게
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyujin-com committed Feb 20, 2024
1 parent fc215b3 commit 7978e6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_career_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
android:background="@drawable/bg_solid_white_radius_16_5"
android:gravity="top"
android:hint="@string/career_edit_search_hint"
android:imeOptions="actionSearch"
android:paddingStart="18dp"
android:paddingTop="14dp"
android:paddingBottom="10dp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_career_certificate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
android:background="@drawable/bg_solid_white_radius_16_5"
android:gravity="top"
android:hint="@string/career_edit_search_hint"
android:imeOptions="actionSearch"
android:paddingStart="18dp"
android:paddingTop="14dp"
android:paddingBottom="10dp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_career_contest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
android:background="@drawable/bg_solid_white_radius_16_5"
android:gravity="top"
android:hint="@string/career_edit_search_hint"
android:imeOptions="actionSearch"
android:paddingStart="18dp"
android:paddingTop="14dp"
android:paddingBottom="10dp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_career_volunteer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
android:background="@drawable/bg_solid_white_radius_16_5"
android:gravity="top"
android:hint="@string/career_edit_search_hint"
android:imeOptions="actionSearch"
android:paddingStart="18dp"
android:paddingTop="14dp"
android:paddingBottom="10dp"
Expand Down

0 comments on commit 7978e6e

Please sign in to comment.