Update "Frequently contacted" section color
UX wants the color to match the action bar color.
Bug: 16847357
Change-Id: I17fc1a0da9b96bc3db7b13fab8b2b7af30ebff20
diff --git a/res-common/values/colors.xml b/res-common/values/colors.xml
index 77772fa..14fdcff 100644
--- a/res-common/values/colors.xml
+++ b/res-common/values/colors.xml
@@ -129,7 +129,7 @@
<color name="tab_selected_underline_color">@color/tab_accent_color</color>
<!-- Color of the title to the Frequently Contacted section -->
- <color name="frequently_contacted_title_color">#00acc1</color>
+ <color name="frequently_contacted_title_color">@color/actionbar_background_color</color>
<!-- Color of action bar text. Ensure this stays in sync with packages/Telephony
phone_settings_actionbar_text_color-->