CountdownCanvasView ring progress and track now use themed color
resources (md_color_ring_progress/md_color_ring_track) instead of
hardcoded Material3 purple, so they stay green in both light and dark mode.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Replace broken chipBackground theme style with a color state-list
selector (res/color/chip_duration_bg.xml) using chipBackgroundColor
attribute directly on each Chip
- Green (#81C784) when checked, light gray (#E8E8E8) when unchecked
- Add minWidth="56dp" to give chips proper width
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add custom chip_duration_bg selector drawable (green when checked,
light gray when unchecked) and wire it through a ChipDuration chipStyle
in the theme. This overrides Material3's default purple checked state.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add colorPrimaryContainer and set it to the green shade used throughout the app.
This fixes the purplish checked state on Material3 suggestion chips.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>