아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
bottomBar = {
Text(
modifier = Modifier.height(0.dp),
text = "Bottom Bar")
},
rememberAppState를 만들어서 상태에 따라 변화 하게 만들 수도 있지만,
위와 같이 단순히 보여주기 싫을 경우에는 height를 0으로 만들면 비용이 들지 않는다.
꼼수라면 꼼수.
' [안드로이드 공부] > 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 |
Scaffold에 Shape 적용하기 (0) | 2024.04.22 |
Caused by: java.lang.IllegalArgumentException: MaterialThemeUsingMdcTheme requires the host context's theme to extend Theme.MaterialComponents (0) | 2023.07.21 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |