am 0acf9d2f: am de138276: docs: Fix typos in the L preview docs. Bug: 16240486

* commit '0acf9d2f9a1c74308db4632530f5b57e6cde5f9d':
  docs: Fix typos in the L preview docs. Bug: 16240486
This commit is contained in:
Ricardo Cervera
2014-07-16 13:28:44 +00:00
committed by Android Git Automerger
9 changed files with 12 additions and 12 deletions

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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" />

View 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>

View 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>