Wear Material Theming
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

Wear Material Theming은 Wear Material Design을 체계적으로 맞춤설정하여 브랜드에 반영하는 기능입니다. 색상 및 서체와 같은 UI 측면을 변경하기 시작하면 Wear Material 테마 설정 도구를 통해 사용자 환경 전체에 디자인 비전이 적용됩니다. 이 도구를 사용하면 맞춤설정이 가능한 모든 속성에 특정 값을 부여하여 디자인 워크플로와 코드 워크플로 간에 쉽게 전환할 수 있습니다. 속성값을 맞춤설정하면 제품의 Wear Material Theme이 생성됩니다.
Wear Material Theming 사용
Wear Material Theming은 테마 맞춤설정, 모의 디자인에 적용, 코드에서 사용이라는 세 가지 주요 작업으로 구성됩니다.
Wear Material Design에는 있는 그대로 사용할 수 있는 기본 테마가 함께 제공됩니다. 기본 테마를 맞춤설정하여 제품에 맞는 Material을 제작할 수 있습니다.
실제 테마 설정
테마 설정은 칩과 같은 개별 구성요소를 비롯한 전체 UI에 영향을 줍니다.
다음 예는 칩 구성요소의 기본값을 맞춤설정하는 방법을 보여줍니다.
포함된 칩에는 특정 색상, 모양, 서체 모음의 값이 할당됩니다. 앱 스타일에 맞게 기본값을 조정하세요.

전
기본 스타일이 적용된 기준 Wear Material 칩
|
후
맞춤설정된 Wear Material 칩
|
색상
색상 시스템은 구성요소, 텍스트, 아이콘, 표면에 맞춤 색상 설정을 지원합니다. 다음과 같이 13가지 카테고리의 테마 색상을 설정할 수 있습니다.

기본
기본 변형
보조
보조 변형
배경
노출 영역
오류
기본(대비)
보조(대비)
배경(대비)
표면(대비)
표면 변형(대비)
오류(대비)
서체
서체 시스템은 함께 글꼴 크기를 형성하는 11개의 카테고리를 지원합니다.
이 서체 크기는 본문에서 버튼 텍스트까지 화면에 표시되는 다양한 서체 스타일과 크기를 결정합니다.
서체 속성은 서체 모음, 글꼴, 대소문자, 크기, 자간에 따라 맞춤설정할 수 있는 값으로 제어됩니다.

이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Wear Material Theming is the ability to systematically customize Wear Material\nDesign to reflect your brand. When you begin changing aspects of your UI such\nas color and typography, Wear Material Theming tools apply your design vision\nthroughout your user experience. The tools allow easy switching between\ndesign and code workflows by providing specific values for all customizable\nattributes. Customizing the attribute values creates a Wear Material Theme for\nyour product.\n\nUse Wear Material Theming\n-------------------------\n\nWear Material Theming consists of three main actions: customizing your theme,\napplying it across your design mocks, and using it in code.\n\nWear Material Design comes with a built-in theme that can be used as is.\nCustomize the built-in theme to make Material work for your product.\n\n### Theming in practice\n\nTheming affects your entire UI, including individual components such as chips.\nThe following example shows how to customize a chip component's default values.\n\nA contained chip is assigned values for a specific color, shape, and type\nfamily. Adjust the default values to suit your app's style.\n\n|---------------------------------------------------------------|--------------------------------------------|\n| **Before** A baseline Wear Material chip with default styles. | **After** A customized Wear Material chip. |\n\nColor\n-----\n\nThe color system supports setting custom colors for components, text, icons, and\nsurfaces. Set your theme colors for the 13 following categories:\n\n1. Primary\n\n2. Primary Variant\n\n3. Secondary\n\n4. Secondary Variant\n\n5. Background\n\n6. Surface\n\n7. Error\n\n8. On Primary\n\n9. On Secondary\n\n10. On Background\n\n11. On Surface\n\n12. On Surface Variant\n\n13. On Error\n\nTypography\n----------\n\nThe typography system supports 11 categories that together form the type scale.\nThis type scale determines the various type styles and sizes that appear\non-screen, ranging from body copy to button text.\n\nTypography attributes are controlled by values that can be customized for the\ntype family, font, case, size, and tracking."]]