From de138276f1c0a02f91e32f889639c629d883f948 Mon Sep 17 00:00:00 2001
From: Ricardo Cervera Any transition that extends the 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:
android.transition.Visibility class is supported
@@ -236,7 +236,7 @@ starts.Shared elements transitions
-
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 ThemeThen 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.
-
+
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:
Users should always be in control of notifications. Allow the user to diszable your app's +
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.
diff --git a/docs/html/preview/tv/adt-1/index.jd b/docs/html/preview/tv/adt-1/index.jd index d83dd11db41ab..e09dcbf4b8147 100644 --- a/docs/html/preview/tv/adt-1/index.jd +++ b/docs/html/preview/tv/adt-1/index.jd @@ -160,7 +160,7 @@ Android TV platform.
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 Cast 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 Learn How to Cast.
diff --git a/docs/html/preview/tv/design/patterns.jd b/docs/html/preview/tv/design/patterns.jd index cdba74c15b256..48faee9b0be0c 100644 --- a/docs/html/preview/tv/design/patterns.jd +++ b/docs/html/preview/tv/design/patterns.jd @@ -45,7 +45,7 @@ page.tags="design"Recommendation cards include a small icon that is imposed over a colored background. - An example and specifications for the this icon are shown below:
+ An example and specifications for this icon are shown below: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.
+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.
Note: You can use the {@link android.webkit.WebView} class for logins to services like Google+ and Facebook.
diff --git a/docs/html/preview/tv/ui/navigation.jd b/docs/html/preview/tv/ui/navigation.jd index 92b34cf4aa4ad..684b743ecf1ca 100644 --- a/docs/html/preview/tv/ui/navigation.jd +++ b/docs/html/preview/tv/ui/navigation.jd @@ -104,7 +104,7 @@ widgets:Android provides Drawable State List Resources 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: