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]: 시스템 하단 바 안보이도록 설정하기 혹은 하단 Margin 하단 바 위로 올리기 #104

Closed
1 task done
tgyuuAn opened this issue Jan 13, 2024 · 1 comment · Fixed by #109
Closed
1 task done
Assignees
Labels
🌱기능🌱 새로운 기능 두두둥장! 🎨유아이🎨 피그마, 엑세멜, 컴포즈 유아이/유엑스 작업 🧩태규🧩 ENFP 안태규 24세

Comments

@tgyuuAn
Copy link
Member

tgyuuAn commented Jan 13, 2024

작업 사항

시스템 하단 바 안보이도록 설정하기 혹은 하단 Margin 하단 바 위로 올리기

Todo

  • 기능 구현

기타사항

No response

@tgyuuAn tgyuuAn added 🌱기능🌱 새로운 기능 두두둥장! 🎨유아이🎨 피그마, 엑세멜, 컴포즈 유아이/유엑스 작업 🧩태규🧩 ENFP 안태규 24세 labels Jan 13, 2024
@tgyuuAn tgyuuAn self-assigned this Jan 13, 2024
@tgyuuAn
Copy link
Member Author

tgyuuAn commented Jan 17, 2024

                        val systemBars = WindowInsets.systemBars
                        val density = LocalDensity.current
                        val bottomPadding =
                            remember { with(density) { systemBars.getBottom(this).toDp() } }

바텀 네비게이션 바에 하단 패딩을 줘서 해결.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱기능🌱 새로운 기능 두두둥장! 🎨유아이🎨 피그마, 엑세멜, 컴포즈 유아이/유엑스 작업 🧩태규🧩 ENFP 안태규 24세
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant