diff options
-rw-r--r-- | docs/html/guide/topics/graphics/2d-graphics.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/graphics/2d-graphics.jd b/docs/html/guide/topics/graphics/2d-graphics.jd index d842cb9..4b5a121 100644 --- a/docs/html/guide/topics/graphics/2d-graphics.jd +++ b/docs/html/guide/topics/graphics/2d-graphics.jd @@ -32,7 +32,7 @@ APIs</a></li> </div> </div> -<p>The Android framework APIs provides a set 2D drawing APIs that allow you to render your own +<p>The Android framework APIs provides a set of 2D-drawing APIs that allow you to render your own custom graphics onto a canvas or to modify existing Views to customize their look and feel. When drawing 2D graphics, you'll typically do so in one of two ways:</p> @@ -515,4 +515,4 @@ Notice how the width and height of the button varies with the text, and the back stretches to accommodate it. </p> -<img src="{@docRoot}images/ninepatch_examples.png" alt=""/>
\ No newline at end of file +<img src="{@docRoot}images/ninepatch_examples.png" alt=""/> |