|
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
abstract fun getEntry(index: Int): Entry! |
|
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
abstract fun getEntryCount(): Int |
|
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
abstract fun getEntryList(): MutableList<Entry!>! |
|
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
abstract fun getEntryOrBuilder(index: Int): EntryOrBuilder! |
|
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
abstract fun getEntryOrBuilderList(): MutableList<out EntryOrBuilder!>! |
|
The optinal style from which this style inherits attributes.
.aapt.pb.Reference parent = 1;
abstract fun getParent(): Reference! |
|
The optinal style from which this style inherits attributes.
.aapt.pb.Reference parent = 1;
abstract fun getParentOrBuilder(): ReferenceOrBuilder! |
|
The source file information of the parent inheritance declaration.
.aapt.pb.Source parent_source = 2;
abstract fun getParentSource(): Source! |
|
The source file information of the parent inheritance declaration.
.aapt.pb.Source parent_source = 2;
abstract fun getParentSourceOrBuilder(): SourceOrBuilder! |
|
The optinal style from which this style inherits attributes.
.aapt.pb.Reference parent = 1;
abstract fun hasParent(): Boolean |
|
The source file information of the parent inheritance declaration.
.aapt.pb.Source parent_source = 2;
abstract fun hasParentSource(): Boolean |