2827-P,Q-Implement Dark Mode
Description
Implement Dark mode for Tasks app, which will be switched with device's dark-mode status.
- Add & Update dark-mode style
- Add dark-mode colors
- Fix mismatched colors
Issue(s)
Test procedures
Test environment
- Build OS with
FEATURE_BRANCH=Issue-2977_Q
- Pull the branch & build debug apk using android-studio.
- Install the apk into device & run
- Switch the device to dark-mode
Steps
Action | Expected result |
---|---|
Navigate through app | All components should be in dark-mode color |
Switch device to light-mode | All components should be in light-mode color |
## Expected result
App will react on device's dark-mode status change- use `style`, `style-night`, style-v27`, style-night-v27` themes to support both light & dark mode Technical details
Screenshots
Home | Create | Detail | About | Widget |
---|---|---|---|---|
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation
Edited by Fahim Salam Chowdhury