replace 'color_default_blue1' with 'color_default_accent' in Q
replace `color_default_blue1` and `?android:attr/colorAccent` with `color_default_accent` to support automated accentColour update from os Description
Home page
portrait | portrait | landscape |
---|---|---|
![]() |
![]() |
![]() |
History page
portrait | landscape |
---|---|
![]() |
![]() |
- Related issues2868
Type of change
-
Bug fix (non-breaking change which fixes an issue)
- Related MRs14
How has this been tested?
- build the apk using build->CI/CD pipeline with
FEATURE_BRANCH = Q_2826
- push the apk to beryllium device's
/system/app/ExactCalculator/
- run the apk on OS's dark mode enable
Checklist:
-
My code follows the style guidelines of this project -
I have performed a self-review of my own code -
I have commented my code, particularly in hard-to-understand areas -
I have made corresponding changes to the documentation -
New and existing unit tests pass locally with my changes -
Any dependent changes have been merged and published in downstream modules