diff options
| author | 2021-04-20 16:26:34 +0000 | |
|---|---|---|
| committer | 2021-04-20 16:26:43 +0000 | |
| commit | 063e1c8f2b6bf43c49c85e667bf0870311729f40 (patch) | |
| tree | 1bea85dca63e1eb24051eaba2ccc4995acf7561a | |
| parent | 6528da566722bbb3f095530fa63a643746384c33 (diff) | |
Fix grammatical error in LayoutAnimationController documentation.
Change-Id: I274079b932154fa61ebe64a7e0ed0dc1feb089cc
| -rw-r--r-- | core/java/android/view/animation/LayoutAnimationController.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/animation/LayoutAnimationController.java b/core/java/android/view/animation/LayoutAnimationController.java index 7fa49c1a6c8f..e2b7519b1912 100644 --- a/core/java/android/view/animation/LayoutAnimationController.java +++ b/core/java/android/view/animation/LayoutAnimationController.java @@ -27,8 +27,8 @@ import android.view.ViewGroup; import java.util.Random; /** - * A layout animation controller is used to animated a layout's, or a view - * group's, children. Each child uses the same animation but for every one of + * A layout animation controller is used to animate the children of a layout or a view + * group. Each child uses the same animation but for every one of * them, the animation starts at a different time. A layout animation controller * is used by {@link android.view.ViewGroup} to compute the delay by which each * child's animation start must be offset. The delay is computed by using |