아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
com.google.android.material.bottomappbar.BottomAppBar
material 을 사용 할 때,
material 테마를 적용 해주시 않으면 아래와 같은 에러가 나온다.
The style on this component requires your app theme to be Theme.MaterialComponents (or a descendant)
layout.xml 과 style.xml에 아래와 같이 수정 해준다.
1. layout
android:theme="@style/MaterialTheme"
2. style
<style name="MaterialTheme" parent="Theme.MaterialComponents.NoActionBar">
</style>
' [안드로이드 공부] > UI' 카테고리의 다른 글
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |