Skip to content
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

Merged
merged 9 commits into from
Mar 12, 2024
Merged

[Feature] 기능 추가 & 디자인 QA #139

merged 9 commits into from
Mar 12, 2024

Conversation

jinuemong
Copy link
Collaborator

설명

  • 잡다한 기능 한번에 했습니다.

참고

체크리스트

  • : 빌드 테스트를 진행하셨나요?
  • : 실제 기기에서 테스트를 진행하셨나요?

@@ -7,6 +7,7 @@
<application>
<activity
android:name=".ui.main.MainActivity"
android:windowSoftInputMode="adjustPan"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 왜 하시나요?

Copy link
Collaborator Author

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()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 작동하나요? 저 이런거 adjustResize 로 했었던 기억이 나는데

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

222

@jinuemong jinuemong merged commit acfb71a into main Mar 12, 2024
1 check passed
@jinuemong jinuemong deleted the feat-#137 branch March 12, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants