commit | eea593ce945fba6492ea05a38e7aad91f088a25e | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue Mar 30 09:44:29 2021 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Tue Mar 30 09:44:46 2021 -0700 |
tree | 37da342b52a7d41b59d5c6cd0559e88c4e1174cc | |
parent | a0e7a1d466446fe926284859488e05cf07e84b28 [diff] |
Adding base colors to iconLib Bug: 161980186 Test: Presubmit Change-Id: I47cd7cf71f43ddd40516a2310a1ce1e8782235d8
diff --git a/iconloaderlib/res/values/colors.xml b/iconloaderlib/res/values/colors.xml index 873b2fc..70582c2 100644 --- a/iconloaderlib/res/values/colors.xml +++ b/iconloaderlib/res/values/colors.xml
@@ -18,4 +18,7 @@ --> <resources> <color name="legacy_icon_background">#FFFFFF</color> + + <!-- Yellow 600, used for highlighting "important" conversations in settings & notifications --> + <color name="important_conversation">#f9ab00</color> </resources>