diff options
| author | 2014-07-16 13:22:43 +0000 | |
|---|---|---|
| committer | 2014-07-16 13:22:43 +0000 | |
| commit | ddf853e0ce8a32a7d7e7f070b49f44a4edb2fff0 (patch) | |
| tree | 8b9585a1c65a63dd7e64f566f07e06d63573cace | |
| parent | 3539680063e039f5d543677805de7f4639575b1e (diff) | |
| parent | 7f6af88e9460b788f68e956c9b104bc68fcfc8c4 (diff) | |
am 7f6af88e: Fixed a randomly discovered typo and missing hyphen. Change not staged.
* commit '7f6af88e9460b788f68e956c9b104bc68fcfc8c4':
Fixed a randomly discovered typo and missing hyphen. Change not staged.
| -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 d842cb9e611d..4b5a121935a3 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=""/> |