diff options
| author | Brian Attwell <brianattwell@google.com> | 2014-08-08 12:09:51 -0700 |
|---|---|---|
| committer | Brian Attwell <brianattwell@google.com> | 2014-08-08 19:12:46 +0000 |
| commit | 029d1e28857b7b0efb67e10c8bd9634d4f31cdaf (patch) | |
| tree | 7707f3313444d6ef4da9464e6b2508724505240b /res/values | |
| parent | e0f8bba0c3d8f33419c7b0ab334ab93d033255b9 (diff) | |
| download | android_packages_apps_ContactsCommon-029d1e28857b7b0efb67e10c8bd9634d4f31cdaf.tar.gz android_packages_apps_ContactsCommon-029d1e28857b7b0efb67e10c8bd9634d4f31cdaf.tar.bz2 android_packages_apps_ContactsCommon-029d1e28857b7b0efb67e10c8bd9634d4f31cdaf.zip | |
Update "Frequently contacted" section color
UX wants the color to match the action bar color.
Bug: 16847357
Change-Id: I17fc1a0da9b96bc3db7b13fab8b2b7af30ebff20
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 77772fa1..14fdcff5 100644 --- a/res/values/colors.xml +++ b/res/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--> |
