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] 번개 개최뷰 나가기 모달, 프로그래스바 구현 #55

Merged
merged 7 commits into from
Jan 9, 2024

Conversation

Dan2dani
Copy link
Collaborator

@Dan2dani Dan2dani commented Jan 7, 2024

Related issue 🛠

Work Description ✏️

  • 번개 개최뷰 나가기 모달, 프로그래스바 구현

Screenshot 📸

HD20240107_211525.1.mp4

}
}

private fun collectData() {
planViewModel.currentPage.flowWithLifecycle(lifecycle).onEach { currentPage ->
binding.planProgress.progress = currentPage.toFloat() + 1f
Copy link
Collaborator

Choose a reason for hiding this comment

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

refac 필요

Copy link
Collaborator

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

굿 ㅋㅋ

addListeners()
collectData()
}

private fun initView() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
private fun initView() {
private fun initLayout() {

@@ -18,6 +18,21 @@
android:id="@+id/toolbar"
layout="@layout/view_all_topbar_arrow_with_title" />

<com.skydoves.progressview.ProgressView
android:id="@+id/plan_progress"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
android:id="@+id/plan_progress"
android:id="@+id/pv_plan_progress"

@@ -18,6 +18,21 @@
android:id="@+id/toolbar"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
android:id="@+id/toolbar"
android:id="@+id/include_toolbar"

@jihyunniiii jihyunniiii merged commit d0d1e99 into develop Jan 9, 2024
1 check passed
@jihyunniiii jihyunniiii deleted the feat-plan-exit-dialog-and-progressbar branch January 9, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] 번개 개최뷰 나가기 모달 및 프로그래스바 구현
2 participants