Most visited

Recently visited

AnimRes

public abstract @interface AnimRes
implements Annotation

android.support.annotation.AnimRes


表示整数参数,字段或方法的返回值应该是anim资源引用(例如 android.R.anim.fade_in )。

摘要(Summary)

继承方法(Inherited methods)

From interface java.lang.annotation.Annotation

Hooray!