diff options
Diffstat (limited to 'docs/html/training/notepad/notepad-ex2.jd')
-rw-r--r-- | docs/html/training/notepad/notepad-ex2.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/notepad/notepad-ex2.jd b/docs/html/training/notepad/notepad-ex2.jd index 1334d7a..895a071 100644 --- a/docs/html/training/notepad/notepad-ex2.jd +++ b/docs/html/training/notepad/notepad-ex2.jd @@ -100,7 +100,7 @@ public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuIn </ol> <h2>Step 3</h2> - <p>Now that the we've registered our ListView for a context menu and defined our context menu item, we need + <p>Now that we've registered our ListView for a context menu and defined our context menu item, we need to handle the callback when it is selected. For this, we need to identify the list ID of the selected item, then delete it. So fill in the <code>onContextItemSelected()</code> method like this:</p> |