diff --git a/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java b/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java index db489f6968539..a56e87ef9efdb 100644 --- a/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java +++ b/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java @@ -50,8 +50,8 @@ import java.util.List; *
** First is the XML file for {@link android.graphics.drawable.VectorDrawable}. - * Note that we allow the animation happen on the group's attributes and path's - * attributes, which requires they are uniquely named in this xml file. Groups + * Note that we allow the animation to happen on the group's attributes and path's + * attributes, which requires they are uniquely named in this XML file. Groups * and paths without animations do not need names. *
*- * Second is the AnimatedVectorDrawable's xml file, which defines the target + * Second is the AnimatedVectorDrawable's XML file, which defines the target * VectorDrawable, the target paths and groups to animate, the properties of the * path and group to animate and the animations defined as the ObjectAnimators * or AnimatorSets. @@ -93,7 +93,7 @@ import java.util.List; * </animated-vector> * *
- * Last is the Animator xml file, which is the same as a normal ObjectAnimator + * Last is the Animator XML file, which is the same as a normal ObjectAnimator * or AnimatorSet. * To complete this example, here are the 2 animator files used in avd.xml: * rotation.xml and path_morph.xml. @@ -110,7 +110,7 @@ import java.util.List; * the other. Note that the paths must be compatible for morphing. * In more details, the paths should have exact same length of commands , and * exact same length of parameters for each commands. - * Note that the path string are better stored in strings.xml for reusing. + * Note that the path strings are better stored in strings.xml for reusing. *
* <set xmlns:android="http://schemas.android.com/apk/res/android"> * <objectAnimator diff --git a/graphics/java/android/graphics/drawable/VectorDrawable.java b/graphics/java/android/graphics/drawable/VectorDrawable.java index 39a33ce05e872..c701f452be28c 100644 --- a/graphics/java/android/graphics/drawable/VectorDrawable.java +++ b/graphics/java/android/graphics/drawable/VectorDrawable.java @@ -56,21 +56,21 @@ import java.util.Stack; * *
<vector>android:nameandroid:widthandroid:heightandroid:viewportWidthandroid:viewportHeightandroid:tintandroid:nameandroid:pathDataandroid:fillColorandroid:nameandroid:pathData