What problem does it solve? Developing UI for Android XR display glasses requires a specialized approach: additive displays render black as transparent, standard Material components become invisible, and input is limited to one-dimensional touchpad gestures. This Skill provides the official Google guidelines, component APIs, and design tokens needed to build legible, glanceable projected apps for intelligent eyewear. ## Core Features & Use Cases - Glimmer Component Implementation: Build Cards, Buttons, Title Chips, Icons, Lists, Stacks, Text, and Surfaces with correct focus behavior, depth effects, and theming via GlimmerTheme. - Projected Activity Setup: Configure a Glasses Activity with xr_projected display category, ProjectedContext launching, hardware capability checks, and permission handling. - Design System Compliance: Apply Google Sans Flex variable font typography, additive-display-safe colors, 70% HCT contrast, and DepthEffectLevels for hierarchy. - Use Case: Add a "Launch on Glasses" button to an existing Android app that projects a Glimmer-based notification card UI onto connected display glasses, with touchpad swipe navigation between stacked cards. ## Quick Start Use the display glasses Glimmer skill to create a projected Glasses Activity with a Glimmer card list for my Android app.