아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
Scafford 자체에는 shape를 적용 하지 못하고,
아래와 같이 Surface로 감싸서 적용 하면 된다.
Surface(
modifier = Modifier
.padding(Dimens.PaddingNormal),
shape = MaterialTheme.shapes.large,
) {
Scaffold(
modifier = Modifier
.padding(Dimens.PaddingSmall),
topBar = {
' [안드로이드 공부] > Compose' 카테고리의 다른 글
Scaffold Content()에 LazyColum 문제 (0) | 2024.06.28 |
---|---|
Unresolved reference: copy (0) | 2024.05.27 |
Incompatible types: UiState.Loading and State<UiState<UiData<Any>>> (0) | 2024.05.26 |
Scafford에서 bottomBar, topBar 안보이게 하기 (0) | 2024.04.26 |
Caused by: java.lang.IllegalArgumentException: MaterialThemeUsingMdcTheme requires the host context's theme to extend Theme.MaterialComponents (0) | 2023.07.21 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |