Merge "docs: Quick fix to remove movie name from Notifications pix" into mnc-mr-docs
diff --git a/docs/html/preview/features/notification-updates.jd b/docs/html/preview/features/notification-updates.jd
index 7440dea..f234831 100644
--- a/docs/html/preview/features/notification-updates.jd
+++ b/docs/html/preview/features/notification-updates.jd
@@ -56,7 +56,10 @@
handheld app.
-<img id="fig-reply-button" src="{@docRoot}preview/images/inline-reply.png">
+<img id="fig-reply-button" src="{@docRoot}preview/images/inline-reply.png"
+ srcset="{@docRoot}preview/images/inline-reply.png 1x,
+ {@docRoot}preview/images/inline-reply_2x.png 2x"
+ width="400">
<p class="img-caption">
<strong>Figure 1.</strong> Android N adds the <strong>Reply</strong>
action button.
@@ -176,13 +179,6 @@
include the text in the reply history with the {@code setRemoteInputHistory()}
method.</p>
-
-<img id="fig-chat-history" src="{@docRoot}preview/images/inline-reply-sent.png">
-<p class="img-caption">
- <strong>Figure 3.</strong> Screenshot of chat history in the notification
- shade.
-</p>
-
<h2 id="bundle">Bundled Notifications</h2>
<p>Android N provides developers with a new way to represent
@@ -209,7 +205,7 @@
{@docRoot}preview/images/bundles_2x.png 2x"
width="300">
<p class="img-caption">
- <strong>Figure 4.</strong> The user can progressively expand the notification
+ <strong>Figure 3.</strong> The user can progressively expand the notification
group.
</p>
diff --git a/docs/html/preview/images/inline-reply-sent.png b/docs/html/preview/images/inline-reply-sent.png
deleted file mode 100644
index 623e89e..0000000
--- a/docs/html/preview/images/inline-reply-sent.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/preview/images/inline-reply.png b/docs/html/preview/images/inline-reply.png
index cdf5d30..79a1a72 100644
--- a/docs/html/preview/images/inline-reply.png
+++ b/docs/html/preview/images/inline-reply.png
Binary files differ
diff --git a/docs/html/preview/images/inline-reply_2x.png b/docs/html/preview/images/inline-reply_2x.png
new file mode 100644
index 0000000..13c6e35
--- /dev/null
+++ b/docs/html/preview/images/inline-reply_2x.png
Binary files differ
diff --git a/docs/image_sources/preview/features/inline-reply_orig.png b/docs/image_sources/preview/features/inline-reply_orig.png
new file mode 100644
index 0000000..ae7cd30
--- /dev/null
+++ b/docs/image_sources/preview/features/inline-reply_orig.png
Binary files differ