From db72f1ba85f73f985a6b7bdf31d29d26aa960fd4 Mon Sep 17 00:00:00 2001 From: Katie McCormick Date: Wed, 3 Feb 2010 16:37:15 -0800 Subject: SDK doc change: Fixed typo--fingure->finger Bug: 1993220 --- docs/html/guide/topics/ui/ui-events.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html') diff --git a/docs/html/guide/topics/ui/ui-events.jd b/docs/html/guide/topics/ui/ui-events.jd index a4dd614..ccef64f 100644 --- a/docs/html/guide/topics/ui/ui-events.jd +++ b/docs/html/guide/topics/ui/ui-events.jd @@ -139,7 +139,7 @@ depends on the event. For the few that do, here's why:

this event can have multiple actions that follow each other. So, if you return false when the down action event is received, you indicate that you have not consumed the event and are also not interested in subsequent actions from this event. Thus, you will not be called for any other actions - within the event, such as a fingure gesture, or the eventual up action event. + within the event, such as a finger gesture, or the eventual up action event.

Remember that key events are always delivered to the View currently in focus. They are dispatched starting from the top -- cgit v1.1