diff --git a/docs/html/design/media/wear/2d_picker_indicated.png b/docs/html/design/media/wear/2d_picker_indicated.png index eee5305809ece..a21cc518bb5cd 100644 Binary files a/docs/html/design/media/wear/2d_picker_indicated.png and b/docs/html/design/media/wear/2d_picker_indicated.png differ diff --git a/docs/html/preview/images/notifications/action_combo.png b/docs/html/preview/images/notifications/action_combo.png index f7f58a3133b4d..5400218269eda 100644 Binary files a/docs/html/preview/images/notifications/action_combo.png and b/docs/html/preview/images/notifications/action_combo.png differ diff --git a/docs/html/preview/images/notifications/basic_combo.png b/docs/html/preview/images/notifications/basic_combo.png index 03a60056bb9da..01a02395af8cc 100644 Binary files a/docs/html/preview/images/notifications/basic_combo.png and b/docs/html/preview/images/notifications/basic_combo.png differ diff --git a/docs/html/preview/images/notifications/expandedtext_combo.png b/docs/html/preview/images/notifications/expandedtext_combo.png index 39b6e322576ba..1a54033a84e1a 100644 Binary files a/docs/html/preview/images/notifications/expandedtext_combo.png and b/docs/html/preview/images/notifications/expandedtext_combo.png differ diff --git a/docs/html/preview/images/notifications/stack_combo.png b/docs/html/preview/images/notifications/stack_combo.png index be4693d45a2e2..ad22926a55381 100644 Binary files a/docs/html/preview/images/notifications/stack_combo.png and b/docs/html/preview/images/notifications/stack_combo.png differ diff --git a/docs/html/preview/notifications.jd b/docs/html/preview/notifications.jd index 7f591e99a8242..375fad9bab6fb 100644 --- a/docs/html/preview/notifications.jd +++ b/docs/html/preview/notifications.jd @@ -79,9 +79,9 @@ pinch-zoom or perform a single-finger glide in order to toggle between compact a image) for you to re-use in your application. The following images show you how they look on handhelds and wearables.

- - diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd index 4bf9cde2046cb..cdd7d124d3d36 100644 --- a/docs/html/training/wearables/apps/layouts.jd +++ b/docs/html/training/wearables/apps/layouts.jd @@ -84,9 +84,9 @@ PendingIntent notificationPendingIntent = PendingIntent.getActivity(this, 0, not
  • Issue the notification using the {@link android.app.NotificationManager#notify notify()} method. -

    Note: The system initially displays your notification with - a standard template. This template works well on all watchfaces. When users swipe the notification - up to view it, they'll then see your activity for the notification.

    +

    Note: When the notification is peeking on the homescreen, the system + displays it with a standard template that it generates from the notification's semantic data. This template works well on all watchfaces. When users swipe the notification up, they'll then see the + custom activity for the notification.

  • Create Layouts with the Wearable UI Library