Fix @ColorInt javadoc

Change-Id: Icea3a3b4013b4a6b5f9809eec082ea93bc26b079
This commit is contained in:
Tor Norbye
2015-03-10 19:14:03 -07:00
parent 93891686eb
commit 5b00941a6f

View File

@@ -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>
*