summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-18 18:46:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-18 18:46:33 +0000
commit1e6efea12e3d9c72d31c8be2fd1ea8be2dfdb227 (patch)
treea39a3892c9c03cfcef04434fb533070784684a46 /res
parent099592e51291f9b08abf775f1e5f43dcbc95a050 (diff)
parent4acac9b820d00d4f666519de2dbee0f82e537a9e (diff)
downloadandroid_packages_apps_Dialer-1e6efea12e3d9c72d31c8be2fd1ea8be2dfdb227.tar.gz
android_packages_apps_Dialer-1e6efea12e3d9c72d31c8be2fd1ea8be2dfdb227.tar.bz2
android_packages_apps_Dialer-1e6efea12e3d9c72d31c8be2fd1ea8be2dfdb227.zip
Merge "Remove AllContactsActivity"
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>