From 2d609eda74ea8e50018e020b923b2da92f866ead Mon Sep 17 00:00:00 2001 From: Greg Kaiser Date: Mon, 9 May 2016 06:09:28 -0700 Subject: [PATCH] GradientColor: Fix typo in documentation. Bug: 28678266 Change-Id: I8f551108643698a1b6c573911509a4e48ad88783 --- core/java/android/content/res/GradientColor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/res/GradientColor.java b/core/java/android/content/res/GradientColor.java index c49c4b28a413c..e4659613147d3 100644 --- a/core/java/android/content/res/GradientColor.java +++ b/core/java/android/content/res/GradientColor.java @@ -63,7 +63,7 @@ import java.lang.annotation.RetentionPolicy; * * Note that different attributes are relevant for different types of gradient. * For example, android:gradientRadius is only applied to RadialGradient. - * androd:centerX and android:centerY are only applied to SweepGradient or RadialGradient. + * android:centerX and android:centerY are only applied to SweepGradient or RadialGradient. * android:startX, android:startY, android:endX and android:endY are only applied to LinearGradient. * * Also note if any color "item" element is defined, then startColor, centerColor and endColor will