Skip to content

Commit e1c6947

Browse files
committed
Doc change: update caption for notifications screen shot.
Change-Id: I7d5a947a36f315365875887e540be9ecb7402175
1 parent 2977579 commit e1c6947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/html/about/versions/jelly-bean.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,21 +123,21 @@ for users and developers. This document provides a glimpse of what's new for dev
123123
<!-- <img src="{@docRoot}images/jd-notif-cd.png" style="width:200px"> -->
124124
<img src="{@docRoot}images/jb-notif-ex.png" width="280" height="548">
125125
</div>
126-
<p class="image-caption" style="padding:.5em"><span
127-
style="font-weight:500;">Expandable notifications</span> let you dsplay more types of content in your notifications. Users can expand them with a simple gesture.</p>
126+
<p class="image-caption" style="padding:.5em">Developers can create custom notification styles
127+
like those shown in the examples above to display rich content and actions.</p>
128128
</div>
129129

130130
<h3>Expandable notifications</h3>
131131

132132
<p>Notifications have long been a unique and popular feature on Android. Developers can use them to place important or time-based information in front of users in the notification bar, outside of the app’s normal UI.</p>
133133

134-
<p>Android 4.1 brings a major update to the Android notifications framework. Apps can now display <strong>larger, richer notifications</strong> to users that can be expanded and collapsed with a pinch. Notifications support <strong>new types of content</strong>, including photos, have configurable priority, and can even include multiple actions.</p>
134+
<p>Android 4.1 brings a major update to the Android notifications framework. Apps can now display <strong>larger, richer notifications</strong> to users that can be expanded and collapsed with a pinch or swipe. Notifications support <strong>new types of content</strong>, including photos, have configurable priority, and can even include multiple actions.</p>
135135

136136
<p>Through an improved <strong>notification builder</strong>, apps can create notifications that use a larger area, up to 256 dp in height. Three <strong>templated notification styles</strong> are available:</p>
137137

138138
<ul>
139139
<li>BigTextStyle &mdash; a notification that includes a multiline TextView object.</li>
140-
<li>BigInboxStyle &mdash; a notification the shows any kind of list such as messages, headlines, and so on.</li>
140+
<li>BigInboxStyle &mdash; a notification that shows any kind of list such as messages, headlines, and so on.</li>
141141
<li>BigPictureStyle &mdash; a notification that showcases visual content such as a bitmap.</li>
142142
</ul>
143143

0 commit comments

Comments
 (0)