Fixed a randomly discovered typo and missing hyphen.
Change not staged. Change-Id: I5bf2e7dbae3b76ba937d9acdec3bbf3ab6717a9c
This commit is contained in:
@@ -32,7 +32,7 @@ APIs</a></li>
|
|||||||
</div>
|
</div>
|
||||||
</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.
|
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>
|
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.
|
stretches to accommodate it.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img src="{@docRoot}images/ninepatch_examples.png" alt=""/>
|
<img src="{@docRoot}images/ninepatch_examples.png" alt=""/>
|
||||||
|
|||||||
Reference in New Issue
Block a user