OSDN Git Service

docs: Fix typos in the L preview docs. Bug: 16240486
authorRicardo Cervera <rcervera@google.com>
Mon, 14 Jul 2014 20:37:44 +0000 (13:37 -0700)
committerRobert Ly <robertly@google.com>
Tue, 15 Jul 2014 02:38:21 +0000 (02:38 +0000)
Change-Id: I44b417b0a38fc2ce89220cd087d8f2bbd58562f8

docs/html/preview/material/animations.jd
docs/html/preview/material/compatibility.jd
docs/html/preview/material/theme.jd
docs/html/preview/material/views-shadows.jd
docs/html/preview/notifications.jd
docs/html/preview/tv/adt-1/index.jd
docs/html/preview/tv/design/patterns.jd
docs/html/preview/tv/games/index.jd
docs/html/preview/tv/ui/navigation.jd

index b8d063b..353f0f2 100644 (file)
@@ -130,7 +130,7 @@ translates and scales the image smoothly between these activities.</li>
 <ul>
 <li><em>explode</em> - Moves views in or out from the center of the scene.</li>
 <li><em>slide</em> - Moves views in or out from one of the edges of the scene.</li>
-<li><em>fade</em> - Mades views in or out of the scene.</li>
+<li><em>fade</em> - Moves views in or out of the scene.</li>
 </ul>
 
 <p>Any transition that extends the <code>android.transition.Visibility</code> class is supported
@@ -236,7 +236,7 @@ starts.</p>
 
 <h3>Shared elements transitions</h3>
 
-<p>To make a screne transition animation between two activities that have a shared element:</p>
+<p>To make a screen transition animation between two activities that have a shared element:</p>
 
 <ol>
 <li>Enable window content transitions in your style.</li>
index fb97112..b4d26a7 100644 (file)
@@ -78,5 +78,5 @@ these limitations:</p>
 <li>Path-based animations</li>
 </ul>
 
-<p>To preserve compatibility with earlier verisons of Android, check the system version at
+<p>To preserve compatibility with earlier versions of Android, check the system version at
 runtime before you invoke these APIs.</p>
\ No newline at end of file
index 740bf56..dceeb47 100644 (file)
@@ -6,7 +6,7 @@ page.title=Material Theme
 <div id="qv">
 <h2>In this document</h2>
 <ol>
-  <li><a href="#colorpalette">Customize the Colot Palette</a></li>
+  <li><a href="#colorpalette">Customize the Color Palette</a></li>
   <li><a href="#statusbar">Customize the Status Bar</a></li>
   <li><a href="#inheritance">Theme Individual Views</a></li>
 </ol>
index f7682f5..78c0062 100644 (file)
@@ -73,7 +73,7 @@ area for touch feedback.</p>
 &lt;/shape>
 </pre>
 
-<p>Then this view and drawable cast the appropiate shadow.</p>
+<p>Then this view and drawable cast the appropriate shadow.</p>
 
 <p>You can also create outlines in your code using the methods in the <code>Outline</code> class,
 and you can assign them to views with the <code>View.setOutline</code> method.</p>
index 375fad9..44f46ea 100644 (file)
@@ -183,7 +183,7 @@ their watch.</p>
 <img src="{@docRoot}preview/images/notifications/ReplyAction.png" width="156px" height="156px"
   alt="" />
 
-  
+
 </div>
 
 
@@ -315,7 +315,7 @@ when they expand the notification shade.</p>
 priority</strong></h4>
 
 <p>Default, High, and Max priority are interruptive priority levels and risk interrupting the user
-from what they are doing. This should not not be taken lightly, so these levels should be  reserved
+from what they are doing. This should not be taken lightly, so these levels should be  reserved
 for notifications that:</p>
 
 <ul>
@@ -498,7 +498,7 @@ notifications of a particular kind are pending.</p>
 
 <h3 style="clear:both" id="make_notifications_optional">Make notifications optional</h3>
 
-<p>Users should always be in control of notifications. Allow the user to diszable your app's
+<p>Users should always be in control of notifications. Allow the user to disable your app's
 notifications or change their alert properties, such as alert sound and whether to use vibration,
 by adding a notification settings item to your application settings.</p>
 
index d83dd11..e09dcbf 100644 (file)
@@ -160,7 +160,7 @@ Android TV platform.</p>
 <p>
 <p>You cast to an ADT-1 device the same way you do with a Chromecast device. Open the supported
   Cast apps or webpages, press the <strong>Cast</strong> button and you should see the ADT-1 as a
-  Cast target. For more infomation about on how to cast, see
+  Cast target. For more information about on how to cast, see
   <a href="http://www.google.com/intl/en/chrome/devices/chromecast/learn.html">Learn How to
   Cast</a>.
   </p>
index cdba74c..48faee9 100644 (file)
@@ -45,7 +45,7 @@ page.tags="design"
 <h3>Recommendation Icons</h3>
 
 <p>Recommendation cards include a small icon that is imposed over a colored background.
-  An example and specifications for the this icon are shown below:</p>
+  An example and specifications for this icon are shown below:</p>
 
 <img src="{@docRoot}preview/tv/design/images/icon.png" alt="Recommendation icon examples" />
 
index 763eada..61a26d2 100644 (file)
@@ -146,7 +146,7 @@ Multiplayer</a> and <a href="">Turn-based Multiplayer</a> documentation on the A
 site.</p>
 
 <h2 id="web">Web</h2>
-<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>
+<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>
 <p class="note"><strong>Note:</strong> You can use the {@link android.webkit.WebView} class for logins to services like Google+ and
 Facebook. </p>
 
index 92b34cf..684b743 100644 (file)
@@ -104,7 +104,7 @@ widgets:</p>
 
 <p>Android provides <a href="{@docRoot}guide/topics/resources/drawable-resource.html#StateList">
 Drawable State List Resources</a> to implement highlights for selected and focused controls. The
-following code example demonstates how to indicate selection of a button object:
+following code example demonstrates how to indicate selection of a button object:
 </p>
 
 <pre>