Skip to content

Commit de13827

Browse files
Ricardo CerveraRobert Ly
authored andcommitted
docs: Fix typos in the L preview docs. Bug: 16240486
Change-Id: I44b417b0a38fc2ce89220cd087d8f2bbd58562f8
1 parent 7f6af88 commit de13827

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

docs/html/preview/material/animations.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ translates and scales the image smoothly between these activities.</li>
130130
<ul>
131131
<li><em>explode</em> - Moves views in or out from the center of the scene.</li>
132132
<li><em>slide</em> - Moves views in or out from one of the edges of the scene.</li>
133-
<li><em>fade</em> - Mades views in or out of the scene.</li>
133+
<li><em>fade</em> - Moves views in or out of the scene.</li>
134134
</ul>
135135

136136
<p>Any transition that extends the <code>android.transition.Visibility</code> class is supported
@@ -236,7 +236,7 @@ starts.</p>
236236

237237
<h3>Shared elements transitions</h3>
238238

239-
<p>To make a screne transition animation between two activities that have a shared element:</p>
239+
<p>To make a screen transition animation between two activities that have a shared element:</p>
240240

241241
<ol>
242242
<li>Enable window content transitions in your style.</li>

docs/html/preview/material/compatibility.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ these limitations:</p>
7878
<li>Path-based animations</li>
7979
</ul>
8080

81-
<p>To preserve compatibility with earlier verisons of Android, check the system version at
81+
<p>To preserve compatibility with earlier versions of Android, check the system version at
8282
runtime before you invoke these APIs.</p>

docs/html/preview/material/theme.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page.title=Material Theme
66
<div id="qv">
77
<h2>In this document</h2>
88
<ol>
9-
<li><a href="#colorpalette">Customize the Colot Palette</a></li>
9+
<li><a href="#colorpalette">Customize the Color Palette</a></li>
1010
<li><a href="#statusbar">Customize the Status Bar</a></li>
1111
<li><a href="#inheritance">Theme Individual Views</a></li>
1212
</ol>

docs/html/preview/material/views-shadows.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ area for touch feedback.</p>
7373
&lt;/shape>
7474
</pre>
7575

76-
<p>Then this view and drawable cast the appropiate shadow.</p>
76+
<p>Then this view and drawable cast the appropriate shadow.</p>
7777

7878
<p>You can also create outlines in your code using the methods in the <code>Outline</code> class,
7979
and you can assign them to views with the <code>View.setOutline</code> method.</p>

docs/html/preview/notifications.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ their watch.</p>
183183
<img src="{@docRoot}preview/images/notifications/ReplyAction.png" width="156px" height="156px"
184184
alt="" />
185185

186-
186+
187187
</div>
188188

189189

@@ -315,7 +315,7 @@ when they expand the notification shade.</p>
315315
priority</strong></h4>
316316

317317
<p>Default, High, and Max priority are interruptive priority levels and risk interrupting the user
318-
from what they are doing. This should not not be taken lightly, so these levels should be reserved
318+
from what they are doing. This should not be taken lightly, so these levels should be reserved
319319
for notifications that:</p>
320320

321321
<ul>
@@ -498,7 +498,7 @@ notifications of a particular kind are pending.</p>
498498

499499
<h3 style="clear:both" id="make_notifications_optional">Make notifications optional</h3>
500500

501-
<p>Users should always be in control of notifications. Allow the user to diszable your app's
501+
<p>Users should always be in control of notifications. Allow the user to disable your app's
502502
notifications or change their alert properties, such as alert sound and whether to use vibration,
503503
by adding a notification settings item to your application settings.</p>
504504

docs/html/preview/tv/adt-1/index.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Android TV platform.</p>
160160
<p>
161161
<p>You cast to an ADT-1 device the same way you do with a Chromecast device. Open the supported
162162
Cast apps or webpages, press the <strong>Cast</strong> button and you should see the ADT-1 as a
163-
Cast target. For more infomation about on how to cast, see
163+
Cast target. For more information about on how to cast, see
164164
<a href="http://www.google.com/intl/en/chrome/devices/chromecast/learn.html">Learn How to
165165
Cast</a>.
166166
</p>

docs/html/preview/tv/design/patterns.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ page.tags="design"
4545
<h3>Recommendation Icons</h3>
4646

4747
<p>Recommendation cards include a small icon that is imposed over a colored background.
48-
An example and specifications for the this icon are shown below:</p>
48+
An example and specifications for this icon are shown below:</p>
4949

5050
<img src="{@docRoot}preview/tv/design/images/icon.png" alt="Recommendation icon examples" />
5151

docs/html/preview/tv/games/index.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Multiplayer</a> and <a href="">Turn-based Multiplayer</a> documentation on the A
146146
site.</p>
147147

148148
<h2 id="web">Web</h2>
149-
<p>We discourage including web browsing in games for Android TV. The television set is not well-suited for browsing,, either in terms of display or control scheme.</p>
149+
<p>We discourage including web browsing in games for Android TV. The television set is not well-suited for browsing, either in terms of display or control scheme.</p>
150150
<p class="note"><strong>Note:</strong> You can use the {@link android.webkit.WebView} class for logins to services like Google+ and
151151
Facebook. </p>
152152

docs/html/preview/tv/ui/navigation.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ widgets:</p>
104104

105105
<p>Android provides <a href="{@docRoot}guide/topics/resources/drawable-resource.html#StateList">
106106
Drawable State List Resources</a> to implement highlights for selected and focused controls. The
107-
following code example demonstates how to indicate selection of a button object:
107+
following code example demonstrates how to indicate selection of a button object:
108108
</p>
109109

110110
<pre>

0 commit comments

Comments
 (0)