Jetpack Compose : Theme

aram·2021년 10월 30일
0

theme 패키지

Jetpack Compose ui.theme 패키지에서 컬러와 쉐입, 타이포그라피를 정의해놓고 쓸 수 있다.

Dark Theme 적용하기

Dark theme을 적용할 때는 isSystemInDarkTheme() 이라는 boolean 값으로 시스템 테마를 판별하여 테마를 적용한다.

Color 정의 예시

Shape 정의 예시

Type 정의 예시

MaterialTheme 사용 예시

MaterialTheme.(colors, typography, shapes).[VALUE]

0개의 댓글