The Wayback Machine - https://web.archive.org/web/20190411182853/https://developer.android.com/reference/androidx/annotation/LayoutRes
Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.

LayoutRes

public abstract @interface LayoutRes
implements Annotation

androidx.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