summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorKatie McCormick <kmccormick@google.com>2010-02-03 16:52:18 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-02-03 16:52:18 -0800
commit8a6c060719c8870f370b82faa48ae2f437915214 (patch)
tree662b30557bfeb0a1d29bb42b56b0fb654cb49500 /docs/html
parent98a9fc0a0025a3df7b36f7752fc330eba8810603 (diff)
parentdb72f1ba85f73f985a6b7bdf31d29d26aa960fd4 (diff)
downloadframeworks_base-8a6c060719c8870f370b82faa48ae2f437915214.zip
frameworks_base-8a6c060719c8870f370b82faa48ae2f437915214.tar.gz
frameworks_base-8a6c060719c8870f370b82faa48ae2f437915214.tar.bz2
Merge "SDK doc change: Fixed typo--fingure->finger Bug: 1993220" into eclair
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/guide/topics/ui/ui-events.jd2
1 files changed, 1 insertions, 1 deletions
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:</p>
this event can have multiple actions that follow each other. So, if you return <em>false</em> 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.</li>
+ within the event, such as a finger gesture, or the eventual up action event.</li>
</ul>
<p>Remember that key events are always delivered to the View currently in focus. They are dispatched starting from the top