diff --git a/docs/html/wear/preview/features/ui-nav-actions.jd b/docs/html/wear/preview/features/ui-nav-actions.jd index 587f88f23a7b6..1408334fca8af 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"
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 +
As part of the Material Design + 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 0000000000000..3614f9519356d Binary files /dev/null and b/docs/html/wear/preview/images/card_drawer.png differ