Android Platform Design Guidelines — Material Design 3 1. Material You & Theming [CRITICAL] 1.1 Dynamic Color Enable dynamic color derived from the user's wallpaper. Dynamic color is the default on Android 12+ and should be the primary theming strategy. Rules: - R1.1: Always provide a fallback static color scheme for devices below Android 12. - R1.2: Never hardcode color hex values in components. Always reference color roles from the theme. - R1.3: Test with at least 3 different wallpapers to verify dynamic color harmony. 1.2 Color Roles Material 3 defines a structured set of color roles. Use…