diff --git a/docs/html/preview/material/animations.jd b/docs/html/preview/material/animations.jd index b8d063b8e5df3..353f0f2a3dd2e 100644 --- a/docs/html/preview/material/animations.jd +++ b/docs/html/preview/material/animations.jd @@ -130,7 +130,7 @@ translates and scales the image smoothly between these activities.

Any transition that extends the android.transition.Visibility class is supported @@ -236,7 +236,7 @@ starts.

Shared elements transitions

-

To make a screne transition animation between two activities that have a shared element:

+

To make a screen transition animation between two activities that have a shared element:

  1. Enable window content transitions in your style.
  2. diff --git a/docs/html/preview/material/compatibility.jd b/docs/html/preview/material/compatibility.jd index fb971124bbf0c..b4d26a769cf4b 100644 --- a/docs/html/preview/material/compatibility.jd +++ b/docs/html/preview/material/compatibility.jd @@ -78,5 +78,5 @@ these limitations:

  3. Path-based animations
  4. -

    To preserve compatibility with earlier verisons of Android, check the system version at +

    To preserve compatibility with earlier versions of Android, check the system version at runtime before you invoke these APIs.

    \ No newline at end of file diff --git a/docs/html/preview/material/theme.jd b/docs/html/preview/material/theme.jd index 740bf56e908f5..dceeb47623fb1 100644 --- a/docs/html/preview/material/theme.jd +++ b/docs/html/preview/material/theme.jd @@ -6,7 +6,7 @@ page.title=Material Theme

    In this document

      -
    1. Customize the Colot Palette
    2. +
    3. Customize the Color Palette
    4. Customize the Status Bar
    5. Theme Individual Views
    diff --git a/docs/html/preview/material/views-shadows.jd b/docs/html/preview/material/views-shadows.jd index f7682f54ed51c..78c0062f681b8 100644 --- a/docs/html/preview/material/views-shadows.jd +++ b/docs/html/preview/material/views-shadows.jd @@ -73,7 +73,7 @@ area for touch feedback.

    </shape> -

    Then this view and drawable cast the appropiate shadow.

    +

    Then this view and drawable cast the appropriate shadow.

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

    diff --git a/docs/html/preview/notifications.jd b/docs/html/preview/notifications.jd index 375fad9bab6fb..44f46ea57da5d 100644 --- a/docs/html/preview/notifications.jd +++ b/docs/html/preview/notifications.jd @@ -183,7 +183,7 @@ their watch.

    - +
    @@ -315,7 +315,7 @@ when they expand the notification shade.

    priority

    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: