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

[UI/#7] 리듬뷰 / UI 구현 #8

Merged
merged 9 commits into from
Jul 23, 2024
Merged

[UI/#7] 리듬뷰 / UI 구현 #8

merged 9 commits into from
Jul 23, 2024

Conversation

Marchbreeze
Copy link
Member

⛳️ Work Description

  • 뷰 & 바텀시트 UI 모두 구현
  • 현재 레벨 설정 및 레벨 따라 색상 조정
  • 아직 로티는 없삼

📸 Screenshot

KakaoTalk_Video_2024-07-23-23-49-55.mp4

📢 To Reviewers

  • 크크
  • GridLayout에 데바에 LiveData ... 컴포즈만 하다온 동민 고통주기

Copy link
Member

@chattymin chattymin left a comment

Choose a reason for hiding this comment

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

역시 빠르고 잘하네요~

Comment on lines +64 to +68
android:background="@{vm.rhythmLevel == 1 ? @drawable/shape_purple50_fill_circle : @drawable/shape_gray200_fill_circle}"
android:gravity="center"
android:onClick="@{() -> vm.changeRhythmLevel(1)}"
android:text="1"
android:textColor="@{vm.rhythmLevel == 1 ? @color/white : @color/gray_700}" />
Copy link
Member

Choose a reason for hiding this comment

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

이 부분은 아래에서 많이 중복되고 있는 것 같은데 오히려 viewBinding으로 하는건 어땠을까요??

Copy link
Member Author

Choose a reason for hiding this comment

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

저도 하고나서 고민했지만 귀찮아서 그냥 냅다 밀고가기로 했습니다
ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
조만간 거슬려서 사라질 예정입니다

@Marchbreeze Marchbreeze merged commit 13e7c19 into develop Jul 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] 리듬뷰 / UI 구현
2 participants