docs: Quick fix to remove movie name from Notifications pix
Screenshots referred to a movie title, needed to remove that ASAP. Changed one screenshot; removed another, which I didn't think was all that important. bug: 27566730 Change-Id: Ie94cb552fd69aee37d6ae1ca92eacb2ab787d923
This commit is contained in:
@@ -56,7 +56,10 @@ interface. On a handheld, the inline reply action appears as an additional butto
|
||||
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 @@ When the user responds via {@link android.support.v4.app.RemoteInput},
|
||||
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 @@ Builder.setGroup()} method to bundle similar notifications.</p>
|
||||
{@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>
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 28 KiB |
BIN
docs/html/preview/images/inline-reply_2x.png
Normal file
BIN
docs/html/preview/images/inline-reply_2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
docs/image_sources/preview/features/inline-reply_orig.png
Normal file
BIN
docs/image_sources/preview/features/inline-reply_orig.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
Reference in New Issue
Block a user