-
Notifications
You must be signed in to change notification settings - Fork 0
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] 행복루틴 진행 뷰 #53
[ui] 행복루틴 진행 뷰 #53
Conversation
# Conflicts: # app/src/main/java/com/sopetit/softie/domain/entity/HappyCard.kt # app/src/main/java/com/sopetit/softie/ui/happyroutine/adddetail/HappyDetailActivity.kt # app/src/main/java/com/sopetit/softie/ui/happyroutine/adddetail/HappyDetailCardPagerAdapter.kt # app/src/main/java/com/sopetit/softie/ui/happyroutine/adddetail/HappyDetailCardViewModel.kt # app/src/main/res/layout/activity_happy_add_detail.xml # app/src/main/res/layout/item_happy_add_detail_card.xml # app/src/main/res/values/strings.xml
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.
드디어 끝이 보이네요!!! 장하다!
app/src/main/AndroidManifest.xml
Outdated
@@ -20,7 +20,7 @@ | |||
<activity | |||
android:name=".ui.main.MainActivity" | |||
android:exported="false" | |||
android:screenOrientation="portrait" /> | |||
android:screenOrientation="portrait"></activity> |
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.
/>로 바꿔주세요!
app/src/main/AndroidManifest.xml
Outdated
android:name=".ui.dailyroutine.dailyroutineadd.DailyRoutineAddActivity" | ||
android:name=".ui.happyroutine.addlist.HappyAddListActivity" | ||
android:exported="false" | ||
android:screenOrientation="portrait"></activity> |
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.
/>로 바꿔주세요~
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 moveToIng() { | ||
private fun moveToProgress() { |
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.
ㅎㅎ 최고~
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 setCardEnter() { | ||
with(binding) { | ||
clHappyProgressCardFront.setOnClickListener { | ||
setCardFlip(clHappyProgressCardFront, clHappyProgressCardBack) |
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.
setCardFilp이 카드 뒤집히는? 역할을 해주는건가요??
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.
네넵 VISIBLE 처리로 카드가 뒤집히는 것처럼 보이게 해놓은 거예요!
📑 Work Description
🛠️ Issue
📷 Screenshot
Screen_recording_20240115_035740.mp4
💬 To Reviewers