summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-09-01 17:11:02 -0700
committerAndrew Lee <anwlee@google.com>2015-09-01 17:11:02 -0700
commit393b68131d1439b2e0cb7d55cf3b897aa0f46def (patch)
tree1d16be5ef6e0979f2c1c7a475e68d28dded29de3 /res/menu
parent7de107bff21b046c50a42bebf57eb244772412e9 (diff)
downloadandroid_packages_apps_Dialer-393b68131d1439b2e0cb7d55cf3b897aa0f46def.tar.gz
android_packages_apps_Dialer-393b68131d1439b2e0cb7d55cf3b897aa0f46def.tar.bz2
android_packages_apps_Dialer-393b68131d1439b2e0cb7d55cf3b897aa0f46def.zip
Fix CallDetailActivityTest.
Use PopupMenu to get a Menu instance, instead of using an internal MenuBuilder. Bug: 23640774 Change-Id: I356eba8a646ca1d09e6bca0887cfc03adf12782b
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/call_details_options.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/menu/call_details_options.xml b/res/menu/call_details_options.xml
index 84cc2c9eb..0e9e5c9d0 100644
--- a/res/menu/call_details_options.xml
+++ b/res/menu/call_details_options.xml
@@ -13,7 +13,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/call_details_menu">
<item android:id="@+id/menu_trash"
android:icon="@drawable/ic_delete_24dp"