|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
abstract fun getAllowNew(): AllowNew! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
abstract fun getAllowNewOrBuilder(): AllowNewOrBuilder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
abstract fun getConfigValue(index: Int): ConfigValue! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
abstract fun getConfigValueCount(): Int |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
abstract fun getConfigValueList(): MutableList<ConfigValue!>! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
abstract fun getConfigValueOrBuilder(index: Int): ConfigValueOrBuilder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
abstract fun getConfigValueOrBuilderList(): MutableList<out ConfigValueOrBuilder!>! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
abstract fun getEntryId(): EntryId! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
abstract fun getEntryIdOrBuilder(): EntryIdOrBuilder! |
|
The name of this entry. This corresponds to the 'entry' part of a full resource name of the
form package:type/entry.
string name = 2;
abstract fun getName(): String! |
|
The name of this entry. This corresponds to the 'entry' part of a full resource name of the
form package:type/entry.
string name = 2;
abstract fun getNameBytes(): ByteString! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
abstract fun getOverlayable(): Overlayable! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
abstract fun getOverlayableOrBuilder(): OverlayableOrBuilder! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
abstract fun getVisibility(): Visibility! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
abstract fun getVisibilityOrBuilder(): VisibilityOrBuilder! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
abstract fun hasAllowNew(): Boolean |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
abstract fun hasEntryId(): Boolean |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
abstract fun hasOverlayable(): Boolean |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
abstract fun hasVisibility(): Boolean |