summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-06-10 18:30:28 -0700
committerNancy Chen <nancychen@google.com>2014-06-12 15:57:14 -0700
commitbeededb3fb7b3fcc9fa87f2a3ea50cac7415c794 (patch)
tree4371008a8facc764762db0cb9319c9b8fdef8345 /res
parent7f72adf51f2fadb6f1a34f16f8e602c626d536d9 (diff)
Add menu items for multi-sim support
The main overflow menu will display a "select SIM card" option when more than one sim is available. Bug: 15473965 Change-Id: I18175cec57158f0a8189979849f6ad761eff1aff
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 481611463..98f90d2ae 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 -->