commit | 3b6a6f6ac9dce6028248ed7a695ed2c76890add8 | [log] [tgz] |
---|---|---|
author | Paul Sliwowski <psliwowski@google.com> | Thu Sep 05 01:20:12 2013 -0700 |
committer | Paul Sliwowski <psliwowski@google.com> | Thu Sep 05 04:25:56 2013 -0700 |
tree | cefb64df80efc6a802745bd81c893a17b302eec7 | |
parent | e3a4d8676b1e4ec4202bb37db1dc5b375722d96a [diff] [blame] |
Update colors in the people app. Change-Id: I93194f75e83fd6dba95a7bc8aafa73432dac8353
diff --git a/res/layout/user_profile_header.xml b/res/layout/user_profile_header.xml index ace3106..56ec894 100644 --- a/res/layout/user_profile_header.xml +++ b/res/layout/user_profile_header.xml
@@ -51,6 +51,6 @@ android:ellipsize="end" android:textAppearance="?android:attr/textAppearanceSmall" android:textSize="12sp" - android:textColor="@color/contact_count_text_color" /> + android:textColor="@color/people_app_theme_color" /> </LinearLayout>