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

Scaffold 구현 #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Scaffold 구현 #15

wants to merge 3 commits into from

Conversation

kangyuri1114
Copy link
Member

작업 내용

Scaffold 구현

Preview 사진

image
아직 component들이 구현 중이라 색상으로 대체했습니다.

구성요소

  • TopBar
  • BottomBar
  • FAB (우측하단 고정위치)
  • SnackBar

옵션 설명

그려지는 순서
semantic의 traversalIndex값이 작은 순서대로
topBar -> bottomBar -> content -> FAB -> snackBar

*padding값
화면에서의 padding values -> object로 관리

snackBar : horizontal 16.dp, bottom 16.dp
FAB : end 16.dp, bottom 32.dp
(SnackBar가 FAB보다 상단에 있어야 함)

@kangyuri1114 kangyuri1114 self-assigned this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant