-
Notifications
You must be signed in to change notification settings - Fork 1
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/#223] 온보딩 그래픽 추가 #224
[UI/#223] 온보딩 그래픽 추가 #224
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.
그래픽 추가 감사합니당👍🏻👍🏻
import com.airbnb.lottie.compose.LottieAnimation | ||
import com.airbnb.lottie.compose.LottieCompositionSpec | ||
import com.airbnb.lottie.compose.LottieConstants |
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.
이 임포트 사용하지 않는 것 같은데 확인 부탁드려요!!
.height(372.dp) | ||
.padding(horizontal = 24.dp) |
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.
height 고정dp를 없애고 아래에도 padding을 고정으로 넣는건 어떨까요??
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.
기본 이미지가 작나용..? fillMaxHeight를 했을 때는 어떨지 궁금하네욤
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.
밑에 패딩을 넣어도 dp 값이 커서 비슷한 문제가 있을 것 같아요;;
기본 이미지의 높이가 너무 커서 그냥 넣는 건 불가능하고,
프레임의 크기를 고정시키고 그 안에 이미지를 넣을 때 위아래 넘어가는 부분을 잘라내는 식으로 구현된 상태입니다!!
가로의 크기는 화면 크기에 맞추고 높이를 372dp로 설정한 상태에서,
로티 이미지를 넣을 때 가운데를 기준으로 372dp를 넘어가는 부분이 잘리게 되는 겁니다.
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.
확인했습니당~!!
.height(372.dp) | ||
.padding(horizontal = 24.dp) |
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.
기본 이미지가 작나용..? fillMaxHeight를 했을 때는 어떨지 궁금하네욤
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
KakaoTalk_Video_2024-09-07-16-19-00.mp4
📢 To Reviewers