summaryrefslogtreecommitdiffstats
path: root/samples/browseable/BasicMultitouch/_index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/BasicMultitouch/_index.jd')
-rw-r--r--samples/browseable/BasicMultitouch/_index.jd13
1 files changed, 5 insertions, 8 deletions
diff --git a/samples/browseable/BasicMultitouch/_index.jd b/samples/browseable/BasicMultitouch/_index.jd
index 056ee54b0..43a1e9020 100644
--- a/samples/browseable/BasicMultitouch/_index.jd
+++ b/samples/browseable/BasicMultitouch/_index.jd
@@ -5,11 +5,8 @@ page.tags="BasicMultitouch"
sample.group=Input
@jd:body
-<p>
-
-This samples demonstrates the use of MotionEvent properties to keep track of individual touches
-across multiple touch events.
-\n\nTouch the screen with multiple fingers to show that the pointer id
-(also represented by a colour) does not change as new touch events are received.</string>
-
- </p>
+<p>This samples demonstrates how to use the {@link android.view.MotionEvent}
+API to keep track of individual touches across multiple touch events.</p>
+<p>To see this in action, run the sample and touch the screen with multiple
+fingers to show that the pointer id (also represented by a colour) does not
+change as new touch events are received.</p>