Update colors in the people app.
Change-Id: I93194f75e83fd6dba95a7bc8aafa73432dac8353
diff --git a/res/layout/confirm_add_detail_activity.xml b/res/layout/confirm_add_detail_activity.xml
index 650ca2f..8826b62 100644
--- a/res/layout/confirm_add_detail_activity.xml
+++ b/res/layout/confirm_add_detail_activity.xml
@@ -133,7 +133,7 @@
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dip"
- android:background="?android:attr/listDivider"/>
+ android:background="@color/secondary_header_separator_color"/>
<!-- Action buttons -->
<LinearLayout
diff --git a/res/layout/editor_custom_action_bar.xml b/res/layout/editor_custom_action_bar.xml
index 17ab512..f2d6a30 100644
--- a/res/layout/editor_custom_action_bar.xml
+++ b/res/layout/editor_custom_action_bar.xml
@@ -54,7 +54,7 @@
android:layout_marginRight="20dip"
android:layout_marginEnd="20dip"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/action_bar_button_text_color"
+ android:textColor="@color/people_app_theme_color"
android:text="@string/menu_done"
style="@android:style/Widget.Holo.ActionBar.TabText" />
diff --git a/res/layout/group_account_header_horizontal.xml b/res/layout/group_account_header_horizontal.xml
index 834998b..4173fa4 100644
--- a/res/layout/group_account_header_horizontal.xml
+++ b/res/layout/group_account_header_horizontal.xml
@@ -48,7 +48,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:textColor="@color/contact_count_text_color"
+ android:textColor="@color/people_app_theme_color"
android:textSize="12sp"
android:singleLine="true"
android:ellipsize="middle"
diff --git a/res/layout/group_account_header_vertical.xml b/res/layout/group_account_header_vertical.xml
index 0b3b681..289d23a 100644
--- a/res/layout/group_account_header_vertical.xml
+++ b/res/layout/group_account_header_vertical.xml
@@ -48,7 +48,7 @@
android:layout_height="wrap_content"
android:paddingLeft="?attr/list_item_header_text_indent"
android:paddingStart="?attr/list_item_header_text_indent"
- android:textColor="@color/contact_count_text_color"
+ android:textColor="@color/people_app_theme_color"
android:textSize="12sp"
android:singleLine="true"
android:ellipsize="middle" />
diff --git a/res/layout/group_browse_list_item.xml b/res/layout/group_browse_list_item.xml
index e1c6b28..92e36a4 100644
--- a/res/layout/group_browse_list_item.xml
+++ b/res/layout/group_browse_list_item.xml
@@ -42,7 +42,7 @@
android:layout_height="1dip"
android:layout_marginRight="?attr/list_item_padding_right"
android:layout_marginEnd="?attr/list_item_padding_right"
- android:background="?android:attr/listDivider" />
+ android:background="@color/secondary_header_separator_color" />
<include
android:id="@+id/group_list_header"
diff --git a/res/layout/item_read_only_field.xml b/res/layout/item_read_only_field.xml
index ae8e3d1..d4ae179 100644
--- a/res/layout/item_read_only_field.xml
+++ b/res/layout/item_read_only_field.xml
@@ -33,7 +33,7 @@
android:layout_marginRight="8dip"
android:layout_marginStart="8dip"
android:layout_marginEnd="8dip"
- android:background="?android:attr/listDivider" />
+ android:background="@color/secondary_header_separator_color" />
<LinearLayout
android:layout_width="match_parent"
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>