diff options
| author | Scott Main <smain@google.com> | 2012-04-06 09:43:14 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-06 09:43:14 -0700 |
| commit | cde2feb2c3628b90cada1e6e552c40aabbad2baa (patch) | |
| tree | 7df3b1b52cc38d34c9eb8d6e0790bff0dca8d4e4 /docs/html/guide/practices/ui_guidelines/menu_design.jd | |
| parent | 5801ead919d18f72a0538592c6c7d961e5767019 (diff) | |
| parent | 2b0267dc3671282a1498a92da7b38fd2ef5c018f (diff) | |
| download | frameworks_base-cde2feb2c3628b90cada1e6e552c40aabbad2baa.zip frameworks_base-cde2feb2c3628b90cada1e6e552c40aabbad2baa.tar.gz frameworks_base-cde2feb2c3628b90cada1e6e552c40aabbad2baa.tar.bz2 | |
am 2b0267dc: docs: Deprecate the old UI guidelines about Activity/Task and Menus
* commit '2b0267dc3671282a1498a92da7b38fd2ef5c018f':
docs: Deprecate the old UI guidelines about Activity/Task and Menus
Diffstat (limited to 'docs/html/guide/practices/ui_guidelines/menu_design.jd')
| -rw-r--r-- | docs/html/guide/practices/ui_guidelines/menu_design.jd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/html/guide/practices/ui_guidelines/menu_design.jd b/docs/html/guide/practices/ui_guidelines/menu_design.jd index 7576b6c..b4e2ea7 100644 --- a/docs/html/guide/practices/ui_guidelines/menu_design.jd +++ b/docs/html/guide/practices/ui_guidelines/menu_design.jd @@ -2,7 +2,38 @@ page.title=Menu Design Guidelines parent.title=UI Guidelines parent.link=index.html @jd:body + + + + +<div id="deprecatedSticker"> + <a href="#" + onclick="$('#naMessage').show();$('#deprecatedSticker').hide();return false"> + <strong>This doc is deprecated</strong></a> +</div> + + +<div id="naMessage" style="display:block"> +<div><p><strong>This document has been deprecated.</strong></p> + <p>For design guidelines about adding user actions and other options, read the design guidelines +for <a href="{@docRoot}design/patterns/actionbar.html">Action Bar</a> or the developer guide about +<a href="{@docRoot}guide/topics/ui/menus.html">Menus</a>.</p> + + <input style="margin-top:1em;padding:5px" type="button" + value="That's nice, but I still want to read this document" +onclick="$('#naMessage').hide();$('#deprecatedSticker').show()" /> +</div> +</div> + + + + + + + + + <div id="qv-wrapper"> <div id="qv"> |
