Add adaptive dogfood icon and fix the icon background color

New icon assets are pushed here: cl/151068275
Use the color #2458CA as the icon background
Changes are only for O

Bug: 36692044
Bug: 34128487

Test: Tested on Nexus 5 with L and Pixel with O for both GoogleContacts
build and GoogleDogfood build

Change-Id: Ia47aac48eaec64e336b9e42790c89dde054ac8d0
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 1dca4f4..1aa84c6 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -15,7 +15,7 @@
 -->
 <resources>
     <!-- Adaptive icon background layer color -->
-    <color name="ic_contacts_launcher_background">#3F51B5</color>
+    <color name="ic_contacts_launcher_background">#2458CA</color>
 
     <!-- 87% black -->
     <color name="quantum_black_text">#dd000000</color>