Compose의 테마 설정
Jetpack Compose를 사용하면 테마 설정을 통해 앱에 일관된 디자인과 분위기를 쉽게 제공할 수 있습니다.
다음 페이지에서는 테마를 디자인하고 구현하는 방법을 자세히 설명합니다.
- 머티리얼 테마: 제품 브랜드에 맞게 Compose의 머티리얼 디자인 구현을 맞춤설정하는 방법을 알아봅니다.
- 맞춤 디자인 시스템: Compose에서 맞춤 디자인 시스템을 구현하는 방법과 이를 처리하기 위해 기존 머티리얼 컴포저블을 조정하는 방법을 알아보세요.
- 테마 분석:
MaterialTheme
및 맞춤 디자인 시스템에 사용되는 하위 수준 구성과 API에 관해 알아봅니다.
자세히 알아보기
Compose의 테마 설정에 관해 자세히 알아보려면 Jetpack Compose 테마 설정 Codelab을 이용해 보세요.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-25 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]