Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0acf9d2f authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

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

* commit 'de138276':
  docs: Fix typos in the L preview docs. Bug: 16240486
parents ddf853e0 de138276
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>
+3 −3
Original line number Diff line number Diff line
@@ -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>

Loading