-
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
[Feature] 기능 추가 & 디자인 QA #139
Conversation
@@ -7,6 +7,7 @@ | |||
<application> | |||
<activity | |||
android:name=".ui.main.MainActivity" | |||
android:windowSoftInputMode="adjustPan" |
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.
adjustPan + .imePadding() 같이해야지 키보드 올라올 때 뷰 올라오는 거 같아요
둘다 따로 쓸때는 안되다가 이제 됩니다
근데 다 안올라오는게 제대로 적용 안된듯.. 할 줄 모르겠네요
.wrapContentHeight() | ||
.background(Gray200) | ||
) { | ||
Column( | ||
modifier = Modifier | ||
.imePadding() |
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.
이거 작동하나요? 저 이런거 adjustResize 로 했었던 기억이 나는데
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.
222
설명
참고
체크리스트