public static final class R.styleable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
AdsAttrs
Attributes that can be used with a AdsAttrs.
|
static int |
AdsAttrs_adSize
This symbol is the offset where the
R.attr.adSize
attribute's value can be found in the AdsAttrs array. |
static int |
AdsAttrs_adSizes
This symbol is the offset where the
R.attr.adSizes
attribute's value can be found in the AdsAttrs array. |
static int |
AdsAttrs_adUnitId
This symbol is the offset where the
R.attr.adUnitId
attribute's value can be found in the AdsAttrs array. |
static int[] |
LoadingImageView
Attributes that can be used with a LoadingImageView.
|
static int |
LoadingImageView_circleCrop
This symbol is the offset where the
R.attr.circleCrop
attribute's value can be found in the LoadingImageView array. |
static int |
LoadingImageView_imageAspectRatio
This symbol is the offset where the
R.attr.imageAspectRatio
attribute's value can be found in the LoadingImageView array. |
static int |
LoadingImageView_imageAspectRatioAdjust
This symbol is the offset where the
R.attr.imageAspectRatioAdjust
attribute's value can be found in the LoadingImageView array. |
Constructor and Description |
---|
R.styleable() |
public static final int[] AdsAttrs
Includes the following attributes:
Attribute | Description |
---|---|
| |
| |
|
AdsAttrs_adSize
,
AdsAttrs_adSizes
,
AdsAttrs_adUnitId
public static final int AdsAttrs_adSize
This symbol is the offset where the R.attr.adSize
attribute's value can be found in the AdsAttrs
array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static final int AdsAttrs_adSizes
This symbol is the offset where the R.attr.adSizes
attribute's value can be found in the AdsAttrs
array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static final int AdsAttrs_adUnitId
This symbol is the offset where the R.attr.adUnitId
attribute's value can be found in the AdsAttrs
array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static final int[] LoadingImageView
Includes the following attributes:
Attribute | Description |
---|---|
| |
| |
|
public static final int LoadingImageView_circleCrop
This symbol is the offset where the R.attr.circleCrop
attribute's value can be found in the LoadingImageView
array.
Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static final int LoadingImageView_imageAspectRatio
This symbol is the offset where the R.attr.imageAspectRatio
attribute's value can be found in the LoadingImageView
array.
Must be a floating point value, such as "1.2
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static final int LoadingImageView_imageAspectRatioAdjust
This symbol is the offset where the R.attr.imageAspectRatioAdjust
attribute's value can be found in the LoadingImageView
array.
Must be one of the following constant values.
Constant | Value | Description |
---|---|---|
none | 0 | |
adjust_width | 1 | |
adjust_height | 2 |