summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-18 10:48:29 -0700
committerYorke Lee <yorkelee@google.com>2014-04-18 11:45:58 -0700
commit4acac9b820d00d4f666519de2dbee0f82e537a9e (patch)
treece101f0a6f2e17afc6627634f10fed45a2a8214c /res
parentb70f8a8f6e0016bbb1876a5127f635acd4568a05 (diff)
Remove AllContactsActivity
Bug: 14157588 Change-Id: I48342e9a5f78173f84967e3330add8fd87442bea
Diffstat (limited to 'res')
-rw-r--r--res/menu/dialtacts_options.xml3
-rw-r--r--res/values/strings.xml7
2 files changed, 0 insertions, 10 deletions
diff --git a/res/menu/dialtacts_options.xml b/res/menu/dialtacts_options.xml
index 71d095a14..a332030ff 100644
--- a/res/menu/dialtacts_options.xml
+++ b/res/menu/dialtacts_options.xml
@@ -34,9 +34,6 @@
android:id="@+id/menu_add_contact"
android:title="@string/menu_newContact"/>
<item
- android:id="@+id/menu_all_contacts"
- android:title="@string/menu_allContacts"/>
- <item
android:id="@+id/menu_call_settings"
android:title="@string/call_settings"
android:orderInCategory="2" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4832ee9df..07dfd81da 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -628,19 +628,12 @@
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>
<!-- Text displayed when the list of voicemails is empty -->
<string name="recentVoicemails_empty">No recent voicemails.</string>
- <!-- Menu option to enable all contacts to be displayed -->
- <string name="show_all_contacts">Show all contacts</string>
-
<!-- Menu option to show favorite contacts only -->
<string name="show_favorites_only">Show favorites only</string>