Changes color tweak in Contacts back to original value
bug: 17488518
Change-Id: I5ab80c03cdb5ce4ab1710a887858d280c65aff68
diff --git a/res-common/values/colors.xml b/res-common/values/colors.xml
index aafff75..d9dcf15 100644
--- a/res-common/values/colors.xml
+++ b/res-common/values/colors.xml
@@ -148,6 +148,6 @@
<color name="search_shortcut_icon_color">#f8f8f8</color>
<!-- Color of the background of the contact detail and editor pages -->
- <color name="background_primary">#e3e3e3</color>
+ <color name="background_primary">#f5f5f5</color>
<color name="contact_all_list_background_color">#FFFFFF</color>
</resources>