-
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
[UI/#21] 성향테스트뷰 UI / Animation 구현 #23
Conversation
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.
아니 걍 말도안됨 건드릴게 없어
<activity | ||
android:name="com.going.presentation.tendencytest.TendencyTestSplashActivity" | ||
android:exported="false" /> |
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.
이건 몰랐었네요!
이전에 제가 만든 액티비티들에도 다 적용했습니다 :)
binding.btnTendencySplashStart.setOnSingleClickListener { | ||
// 페이지 이동~ | ||
private fun setProgressAnimate(pb: ProgressBar, progressTo: Int) = | ||
ObjectAnimator.ofInt(pb, "progress", pb.progress, progressTo * 100).apply { |
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.
"progress" 같은 친구들도 const val로 표시해두면 좋을듯요!
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.
아 깜빡하고 안했네요!! 수정 완료했습니다
아주 조아용~
initStartBtnSingleClickListener() | ||
} | ||
|
||
private fun initStartBtnSingleClickListener() { |
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.
싱글클릭 말고 다른 리스너 달거 아니면 initStartBtnClickListener로 수정해주셍요 ~
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.
이게 더 좋은 방법이네요!
매번 적으려 했던 박동민 바보...
⛳️ Work Description
📸 Screenshot
2024-01-04.7.00.35.mov
📢 To Reviewers
어라 폰트 하나 안넣었네요! 빠르게 수정해서 올릴테니 그 부분 제외하고 코리 달아주세용~
-> 폰트 적용 완료