Most visited

Recently visited

ColorInt

public abstract @interface ColorInt
implements Annotation

android.support.annotation.ColorInt


表示注释的元素表示打包的颜色int, AARRGGBB 如果应用于int数组,数组中的每个元素都表示一个彩色整数。

例:

public abstract void setTextColor(@ColorInt int color);
 

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!