Android Design System (Jetpack Compose) Priority: P2 (OPTIONAL) Guidelines Define , , and in . Map every raw color/type value to / slots. Access all tokens through : - Colors → - Text styles → - Spacing → units consistently Anti-Patterns - No Hardcoded Colors : Use , not . - No Inline Typography : Use , not raw . - No Magic Spacing : Prefer named tokens; avoid unexplained magic numbers. References ---