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

Commit 4998467c authored by Tor Norbye's avatar Tor Norbye Committed by Android (Google) Code Review
Browse files

Merge "Fix @ColorInt javadoc"

parents 11cce798 5b00941a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ import static java.lang.annotation.RetentionPolicy.SOURCE;
 * int, {@code AARRGGBB}. If applied to an int array, every element
 * in the array represents a color integer.
 * <p>
 * Example:
 * <pre>{@code
 *  public abstract void setTextColor(&#64;ColorInt int color);
 * }</pre>
 *