|
The reference to the attribute.
.aapt.pb.Reference attr = 3;
abstract fun getAttr(): Reference! |
|
The reference to the attribute.
.aapt.pb.Reference attr = 3;
abstract fun getAttrOrBuilder(): ReferenceOrBuilder! |
|
Any comments associated with the declaration.
string comment = 2;
abstract fun getComment(): String! |
|
Any comments associated with the declaration.
string comment = 2;
abstract fun getCommentBytes(): ByteString! |
|
Where the attribute was defined within the <declare-styleable> block.
.aapt.pb.Source source = 1;
abstract fun getSource(): Source! |
|
Where the attribute was defined within the <declare-styleable> block.
.aapt.pb.Source source = 1;
abstract fun getSourceOrBuilder(): SourceOrBuilder! |
|
The reference to the attribute.
.aapt.pb.Reference attr = 3;
abstract fun hasAttr(): Boolean |
|
Where the attribute was defined within the <declare-styleable> block.
.aapt.pb.Source source = 1;
abstract fun hasSource(): Boolean |