diff options
| author | 2011-09-29 14:10:07 -0700 | |
|---|---|---|
| committer | 2011-09-29 14:10:07 -0700 | |
| commit | 99ba69defb7134cd433a98c6f1649270caf6b19a (patch) | |
| tree | 25ece11d96e34494de42dc4ce473c488121a5bc6 | |
| parent | 9d1287019a5d020489a80ca2c5e6479757ac723f (diff) | |
| parent | 76175764f778085571e8b43bf0ece1e8c62513e2 (diff) | |
Merge "Add 'updated' banner in guide TOC for media formats, rename Widgets design guide to App Widgets design guide"
| -rw-r--r-- | docs/html/guide/guide_toc.cs | 2 | ||||
| -rw-r--r-- | docs/html/guide/practices/ui_guidelines/widget_design.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 5f74e50fcbc4..464430bb0bd9 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -791,7 +791,7 @@ <span class="en">App Install Location</span> </a></li> <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html"> - <span class="en">Supported Media Formats</span> + <span class="en">Supported Media Formats <span class="new">updated</span></span> </a></li> <li><a href="<?cs var:toroot ?>guide/appendix/g-app-intents.html"> <span class="en">Intents List: Google Apps</span> diff --git a/docs/html/guide/practices/ui_guidelines/widget_design.jd b/docs/html/guide/practices/ui_guidelines/widget_design.jd index f11139467e7b..de20e007f393 100644 --- a/docs/html/guide/practices/ui_guidelines/widget_design.jd +++ b/docs/html/guide/practices/ui_guidelines/widget_design.jd @@ -1,4 +1,4 @@ -page.title=Widget Design Guidelines +page.title=App Widget Design Guidelines parent.title=UI Guidelines parent.link=index.html @jd:body |