diff options
Diffstat (limited to 'docs/html/design/building-blocks/buttons.jd')
-rw-r--r-- | docs/html/design/building-blocks/buttons.jd | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/html/design/building-blocks/buttons.jd b/docs/html/design/building-blocks/buttons.jd index 600ec6c..7957ef8 100644 --- a/docs/html/design/building-blocks/buttons.jd +++ b/docs/html/design/building-blocks/buttons.jd @@ -2,6 +2,13 @@ page.title=Buttons page.tags="button","input" @jd:body +<a class="notice-developers" href="{@docRoot}guide/topics/ui/controls/button.html"> + <div> + <h3>Developer Docs</h3> + <p>Buttons</p> + </div> +</a> + <p>A button consists of text and/or an image that clearly communicates what action will occur when the user touches it. Android supports two different types of buttons: <em>basic buttons</em> and <em>borderless buttons</em>. Both can contain text labels and/or images.</p> @@ -38,9 +45,3 @@ than basic buttons and integrate nicely with other content.</p> <img src="{@docRoot}design/media/buttons_borderless.png"> - -<div class="note develop"> -<p><strong>Developer Guide</strong></p> - <p>For information about how to build and customize buttons in your app, - see the <a href="{@docRoot}guide/topics/ui/controls/button.html">Buttons</a> API guide.</p> -</div> |