summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author sreevanis <sreevanis@google.com> 2016-05-17 12:13:16 -0700
committer sreevanis <sreevanis@google.com> 2016-05-17 15:33:38 -0700
commitc3e99afeb777b3e7d076b61073b650095752e56c (patch)
tree956a69f2e1295ec76550ffc9b9b29e8a5768a04b
parent296d84fbd9f04653edef37aede5e3c0663f8945c (diff)
Updated app pattern documentation.
Bug:28473253 Change-Id: Iba5aff299d2e5fc1b90c7cb5beaeeb65f52c5932
-rw-r--r--docs/html/wear/preview/features/ui-nav-actions.jd19
-rw-r--r--docs/html/wear/preview/images/card_drawer.pngbin0 -> 39715 bytes
2 files changed, 12 insertions, 7 deletions
diff --git a/docs/html/wear/preview/features/ui-nav-actions.jd b/docs/html/wear/preview/features/ui-nav-actions.jd
index 587f88f23a7b..1408334fca8a 100644
--- a/docs/html/wear/preview/features/ui-nav-actions.jd
+++ b/docs/html/wear/preview/features/ui-nav-actions.jd
@@ -1,6 +1,7 @@
page.title=Wear Navigation and Actions
meta.tags="wear", "wear-preview", "navigation", "action"
page.tags="wear"
+page.image=/wear/preview/images/card_drawer.png
@jd:body
@@ -18,23 +19,27 @@ page.tags="wear"
<h2>You should also read</h2>
<ul>
- <li><a href="https://spec.googleplex.com/wear/components/navigation-drawer.html">
+ <li><a href="http://www.google.com/design/wear-spec/components/navigation-drawer.html">
Navigation Drawer Design</a> </li>
<li>
- <a href="https://spec.googleplex.com/wear/components/action-drawer.html">
+ <a href="http://www.google.com/design/wear-spec/components/action-drawer.html">
Action Drawer Design</a>
</ul>
- <h2>Samples</h2>
+ <h2>See Also</h2>
<ol>
-
+ <li>
+ <a href="https://github.com/googlesamples/android-WearDrawers">Sample app with
+ navigation and action drawers</a>
+ </li>
</ol>
</div>
</div>
-<p>Wear 2.0 adds interactive navigation and action drawers that users can pull
-from the top or bottom edge of the window, respectively. The navigation drawer
-appears at the top of the screen and lets users jump to different views within
+<p>As part of the <a href="http://www.google.com/design/wear">Material Design</a>
+ for Android Wear, Wear 2.0 adds interactive navigation and action drawers.
+ The navigation drawer appears at the top of the screen and lets users jump to
+ different views within
the app, similar to the navigation drawer on a phone. The action drawer appears
at the bottom of the screen and provides context-specific actions for the user,
similar to the action bar on a phone. These drawers are accessible when the user
diff --git a/docs/html/wear/preview/images/card_drawer.png b/docs/html/wear/preview/images/card_drawer.png
new file mode 100644
index 000000000000..3614f9519356
--- /dev/null
+++ b/docs/html/wear/preview/images/card_drawer.png
Binary files differ