-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
} | ||
} | ||
|
||
private fun collectData() { | ||
planViewModel.currentPage.flowWithLifecycle(lifecycle).onEach { currentPage -> | ||
binding.planProgress.progress = currentPage.toFloat() + 1f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refac 필요
There was a problem hiding this 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() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
android:id="@+id/plan_progress" | |
android:id="@+id/pv_plan_progress" |
@@ -18,6 +18,21 @@ | |||
android:id="@+id/toolbar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
android:id="@+id/toolbar" | |
android:id="@+id/include_toolbar" |
# Conflicts: # app/src/main/res/values/strings.xml
Related issue 🛠
Work Description ✏️
Screenshot 📸
HD20240107_211525.1.mp4