summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-06-12 23:01:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-10 21:32:31 +0000
commit3307fdc5e84e456370e7630e4fe0300aba59cd26 (patch)
tree62bef82229c04f2d99897bb14b321d892f7803c5 /res
parent1110db671c99b23b0d465f2b9acd97fba1ec2f4f (diff)
parentbeededb3fb7b3fcc9fa87f2a3ea50cac7415c794 (diff)
downloadandroid_packages_apps_Dialer-3307fdc5e84e456370e7630e4fe0300aba59cd26.tar.gz
android_packages_apps_Dialer-3307fdc5e84e456370e7630e4fe0300aba59cd26.tar.bz2
android_packages_apps_Dialer-3307fdc5e84e456370e7630e4fe0300aba59cd26.zip
Merge "Add menu items for multi-sim support"
Diffstat (limited to 'res')
-rw-r--r--res/menu/dialtacts_options.xml3
-rw-r--r--res/values/strings.xml9
2 files changed, 9 insertions, 3 deletions
diff --git a/res/menu/dialtacts_options.xml b/res/menu/dialtacts_options.xml
index 17f4d9fe1..d1c885409 100644
--- a/res/menu/dialtacts_options.xml
+++ b/res/menu/dialtacts_options.xml
@@ -20,6 +20,9 @@
android:icon="@drawable/ic_menu_history_lt"
android:title="@string/action_menu_call_history_description" />
<item
+ android:id="@+id/menu_select_sim"
+ android:title="@string/menu_select_sim" />
+ <item
android:id="@+id/menu_import_export"
android:title="@string/menu_import_export" />
<item
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 88e29e154..7513b5008 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -321,18 +321,21 @@
<!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
<string name="menu_show_all_calls">Show all calls</string>
- <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
+ <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
<string name="add_contact">Add contact</string>
<string name="add_2sec_pause">Add 2-sec pause</string>
<string name="add_wait">Add wait</string>
+ <!-- Menu item to select SIM card [CHAR LIMIT=30] -->
+ <string name="menu_select_sim">Select SIM card</string>
+
<!-- Menu item label for call settings [CHAR LIMIT=30] -->
<string name="call_settings">Settings</string>
- <!-- Menu item to create a new contact -->
+ <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
<string name="menu_newContact">New contact</string>
- <!-- Menu item to display all contacts -->
+ <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
<string name="menu_allContacts">All contacts</string>
<!-- Title bar for call detail screen -->