summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJulia Kawano <juliakawano@google.com>2020-10-08 18:57:59 +0000
committerYiqun Wu <yiqunw@google.com>2020-12-09 16:05:33 +0000
commitef2ff3eb623b0c096478e1bc48b40ea9e15b9cbc (patch)
treeeacea9e62a47085d2888e25bb5bfc1f50a9e822c /res
parented8e39c57d3f0d66b3f66891d27aa2dca6519e67 (diff)
downloadDialer-ef2ff3eb623b0c096478e1bc48b40ea9e15b9cbc.tar.gz
DO NOT MERGE: Set notification icon color for dialer
Explicitly set the color of the dialer app icon in notifications with new color attribute "notification_app_icon_color" that can be overriden by OEMs. Bug: 169666082 Test: Manually Change-Id: Ia82be50e2f59172ab6e69eda7f6959fefde5a81e
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 53703461..36c564d2 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -14,6 +14,9 @@
limitations under the License.
-->
<resources>
+ <!-- Color to tint the app icon for notifications -->
+ <color name="notification_app_icon_color">@*android:color/car_accent</color>
+
<!-- InCall page -->
<color name="phone_call">@color/car_green_700</color>
<color name="phone_end_call">@color/car_red_500a</color>