Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a452dd3f authored by Greg Kaiser's avatar Greg Kaiser Committed by Android (Google) Code Review
Browse files

Merge "GradientColor: Fix typo in documentation." into nyc-dev

parents 5b40d70c 2d609eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@ import java.lang.annotation.RetentionPolicy;
 *
 *
 * Note that different attributes are relevant for different types of gradient.
 * Note that different attributes are relevant for different types of gradient.
 * For example, android:gradientRadius is only applied to RadialGradient.
 * 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.
 * 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
 * Also note if any color "item" element is defined, then startColor, centerColor and endColor will