From 4de6c74fc0f7c87440d0ced92f330da29016d884 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 4 Feb 2016 17:39:17 -0800 Subject: docs: Fix typo "allows the application can recognize" -> to bug: https://code.google.com/p/android/issues/detail?id=28854 Change-Id: Ifee2f44309c880ffe1f9df55b4a2a7fb3ae7c149 --- docs/html/guide/topics/ui/menus.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/ui/menus.jd b/docs/html/guide/topics/ui/menus.jd index 4f81c93d73c0..11e84f11de6c 100644 --- a/docs/html/guide/topics/ui/menus.jd +++ b/docs/html/guide/topics/ui/menus.jd @@ -166,7 +166,7 @@ appearance and behavior. The items in the above menu include the following attri
{@code android:id}
-
A resource ID that's unique to the item, which allows the application can recognize the item +
A resource ID that's unique to the item, which allows the application to recognize the item when the user selects it.
{@code android:icon}
A reference to a drawable to use as the item's icon.
-- cgit v1.2.3-59-g8ed1b