Android Studio Sign in

ColorInt

public abstract @interface ColorInt
implements Annotation

android.support.annotation.ColorInt


Denotes that the annotated element represents a packed color int, AARRGGBB. If applied to an int array, every element in the array represents a color integer.

Example:

public abstract void setTextColor(@ColorInt int color);
 

Summary

Inherited methods

From interface java.lang.annotation.Annotation
Morty Proxy This is a proxified and sanitized view of the page, visit original site.