From d0646dca40ff740bd49755ad60751678b0ccca52 Mon Sep 17 00:00:00 2001 From: Mark Doliner Date: Wed, 27 Aug 2014 16:04:02 -0700 Subject: Small documentation fixes across many files. Change-Id: I3e8787ce4bc6018ea1dc9aef2a2cd4e0a8dde663 --- graphics/java/android/graphics/drawable/GradientDrawable.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/java') diff --git a/graphics/java/android/graphics/drawable/GradientDrawable.java b/graphics/java/android/graphics/drawable/GradientDrawable.java index b340777..d4056f7 100644 --- a/graphics/java/android/graphics/drawable/GradientDrawable.java +++ b/graphics/java/android/graphics/drawable/GradientDrawable.java @@ -406,9 +406,9 @@ public class GradientDrawable extends Drawable { /** *

Sets the colors used to draw the gradient. Each color is specified as an * ARGB integer and the array must contain at least 2 colors.

- *

Note: changing orientation will affect all instances + *

Note: changing colors will affect all instances * of a drawable loaded from a resource. It is recommended to invoke - * {@link #mutate()} before changing the orientation.

+ * {@link #mutate()} before changing the colors.

* * @param colors 2 or more ARGB colors * @@ -610,7 +610,7 @@ public class GradientDrawable extends Drawable { } /** - *

Changes this drawbale to use a single color instead of a gradient.

+ *

Changes this drawable to use a single color instead of a gradient.

*

Note: changing color will affect all instances * of a drawable loaded from a resource. It is recommended to invoke * {@link #mutate()} before changing the color.

-- cgit v1.1