summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-07-30 14:23:54 -0700
committerChristine Chen <christinech@google.com>2013-07-31 10:25:25 -0700
commit6091473941d277ed3746143c1ca9bffdfbe2bd94 (patch)
tree6231424c132ffed0f78b748fd76d9652191f7576 /res/values
parent8d9567083b268dac2e3051f39c1e061bc5225ae8 (diff)
Adds all contacts fragment.
Change-Id: Iea03cbb82c9ca9fdff51686a722bea5d301add44
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml9
-rw-r--r--res/values/styles.xml10
2 files changed, 14 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3845e2dd4..06d0a1e82 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -534,6 +534,10 @@
Do not translate. -->
<string name="call_log_activity_title_font_family">sans-serif-light</string>
+ <!-- String resource for the font-family to use for show all contacts' title
+ Do not translate. -->
+ <string name="show_all_contacts_title_font_family">sans-serif-light</string>
+
<!-- Text displayed when the list of missed calls is empty -->
<string name="recentMissed_empty">No recent missed calls.</string>
@@ -597,4 +601,9 @@
<string name="dialpad_pound_number">#</string>
<!-- Do not translate. -->
<string name="dialpad_pound_letters"></string>
+
+ <!-- Title of fragment that displays all contacts -->
+ <string name="show_all_contacts_title">All contacts</string>
+ <!-- Title of show all contacts button -->
+ <string name="show_all_contacts_button_text">All contacts</string>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 86df4ae7f..e2d7ab4ea 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -92,11 +92,11 @@
<item name="list_item_profile_photo_size">70dip</item>
<item name="list_item_prefix_highlight_color">@color/people_app_theme_color</item>
<item name="list_item_header_text_indent">8dip</item>
- <item name="list_item_header_text_color">@color/people_app_theme_color</item>
- <item name="list_item_header_text_size">14sp</item>
- <item name="list_item_header_height">24dip</item>
- <item name="list_item_header_underline_height">1dip</item>
- <item name="list_item_header_underline_color">@color/people_app_theme_color</item>
+ <item name="list_item_header_text_color">@color/dialtacts_secondary_text_color</item>
+ <item name="list_item_header_text_size">20sp</item>
+ <item name="list_item_header_height">48dip</item>
+ <item name="list_item_header_underline_height">2dip</item>
+ <item name="list_item_header_underline_color">@color/favorite_contacts_separator_color</item>
<item name="list_item_data_width_weight">5</item>
<item name="list_item_label_width_weight">3</item>
<item name="contact_browser_list_padding_left">8dip</item>