diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-05-06 15:44:45 +0530 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-05-06 18:00:44 +0530 |
commit | 68f64614c7922dfb79e6ce2ae5d9c8a9b1d90383 (patch) | |
tree | cd5b3a9ebde6f9d52ce17b8f8684b0e4ae9a116d /app/src/main/res/values | |
parent | aa2d67340959570e7347cb92c2c2664eba1737a8 (diff) |
Add support for auto adapt text color in light mode for widget
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index dc4e44b..8a18288 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -28,4 +28,7 @@ <color name="widget_background">#4D666666</color> <color name="launcher_icon_background">#2CCF69</color> + + <color name="on_surface_medium_emphasis_light">#99000000</color> + <color name="on_surface_disabled_light">#61000000</color> </resources>
\ No newline at end of file |