LayoutRes

public abstract @interface LayoutRes
implements Annotation

android.support.annotation.LayoutRes


Denotes that an integer parameter, field or method return value is expected to be a layout resource reference (e.g. android.R.layout.list_content).

Summary

Inherited methods

From interface java.lang.annotation.Annotation