xr 글리머
TODO
| 최근 업데이트 | 안정화 버전 | 출시 후보 버전 | 베타 버전 | 알파 버전 |
|---|---|---|---|---|
| 2025년 11월 5일 | - | - | - | 1.0.0-alpha01 |
종속 항목 선언
xr glimmer의 종속 항목을 추가하려면 프로젝트에 Google Maven 저장소를 추가해야 합니다. 자세한 내용은 Google Maven 저장소를 읽어보세요.
다음과 같이 앱 또는 모듈의 build.gradle 파일에 필요한 아티팩트의 종속 항목을 추가합니다.
Groovy
dependencies { // Use to implement xr glimmers //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer:1.0.0-alpha01" // Use to implement xr glimmer complications //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a glimmer style and complication editor //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-editor:1.0.0-alpha01" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and glimmers may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-rendering:1.0.0-alpha01" }
Kotlin
dependencies { // Use to implement xr glimmers //TODO: Confirm these dependencies implementation("androidx.xr.glimmer:glimmer:1.0.0-alpha01") // Use to implement xr glimmer complications //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a glimmer style and complication editor //TODO: Confirm these dependencies implementation("androidx.xr.glimmer:glimmer-editor:1.0.0-alpha01") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and glimmers may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-rendering:1.0.0-alpha01" }
종속 항목에 관한 자세한 내용은 빌드 종속 항목 추가를 참고하세요.
의견
제출하신 의견은 Jetpack을 개선하는 데 도움이 됩니다. 새로운 문제를 발견하거나 라이브러리 개선을 위한 아이디어가 있다면 Google에 알려 주세요. 새 문제를 제출하기 전에 이 라이브러리의 기존 문제를 살펴보시기 바랍니다. 별표 버튼을 클릭하여 기존 문제에 투표할 수 있습니다.
자세한 내용은 Issue Tracker 문서를 참고하세요.
버전 1.0.0-alpha01
2025년 11월 5일
androidx.xr.glimmer:glimmer:1.0.0-alpha01이 출시되었습니다. 버전 1.0.0-alpha01에는 이 커밋이 포함되어 있습니다.
새로운 기능
- Android XR 환경을 빌드하기 위한 디자인 언어 및 UI 구성요소인 Jetpack Glimmer의 초기 개발자 출시 간소화된 스타일, 차별화된 포커스, 최적화된 고도를 통해 명확성, 가독성, 주의 분산 최소화를 위해 설계되었습니다.
- 초기 Glimmer 구성요소 세트로 시작하세요.
- 텍스트
- 아이콘
- 제목 칩
- 카드
- 목록
- 버튼
- 스택 (개발 중)