Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] [#9] 키워드 입력 화면 UI 구현 #32

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

easyhooon
Copy link
Collaborator

@easyhooon easyhooon commented Feb 6, 2024

  • 키워드 입력화면 UI 구현
  • 아이템의 개수는 고정적이지만, LazyVerticalGrid 를 통해 구현
    • 클릭 이벤트 처리를 용이하게 하기 위해, 각 아이템 중 하나만 선택할 수 있기 때문
  • drawable 중 아이콘, 이미지, 배경 이미지를 각각 ic, img, bg 로 분리
  • 함수 네이밍 변경 (setSelectImage -> setSelectedImage)
키워드 선택 전 키워드 선택 후

함수 및 drawable 네이밍 변경
@easyhooon easyhooon added feature New feature or request design tasks related to design aspects of the project labels Feb 6, 2024
@easyhooon easyhooon self-assigned this Feb 6, 2024
@easyhooon easyhooon linked an issue Feb 6, 2024 that may be closed by this pull request
1 task
Copy link
Member

@josushell josushell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

최고에요 신뢰의 머지

@easyhooon
Copy link
Collaborator Author

오 이제 아이템 개수 고정이 아니라 동적으로 바꼈구만 LazyVerticalGrid 로 구현해놓기 잘했군 쟈스

@easyhooon easyhooon merged commit c708798 into develop Feb 7, 2024
1 check passed
@easyhooon easyhooon deleted the feature/input-keyword-screen-ui branch February 7, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design tasks related to design aspects of the project feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

키워드 입력 화면 UI
2 participants