LayoutFile

data class LayoutFile(val file: File) : XmlFile(source)

Constructors

Link copied to clipboard
constructor(file: File)

Properties

Link copied to clipboard
private val attributes: Set<String>
Link copied to clipboard

All custom view types used within this file. Note that this is not the declaration of a view.

Link copied to clipboard
open override val file: File
Link copied to clipboard

Declared ids, using @+id/________, which are expressed as R.id._____

Link copied to clipboard
Link copied to clipboard
private val rawResources: Set<String>
Link copied to clipboard
open override val references: LazySet<ReferenceName>
Link copied to clipboard