public static final class R.styleable
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static int[] | AdsAttrsAttributes that can be used with a AdsAttrs. | 
| static int | AdsAttrs_adSizeThis symbol is the offset where the  R.attr.adSizeattribute's value can be found in theAdsAttrsarray. | 
| static int | AdsAttrs_adSizesThis symbol is the offset where the  R.attr.adSizesattribute's value can be found in theAdsAttrsarray. | 
| static int | AdsAttrs_adUnitIdThis symbol is the offset where the  R.attr.adUnitIdattribute's value can be found in theAdsAttrsarray. | 
| static int[] | LoadingImageViewAttributes that can be used with a LoadingImageView. | 
| static int | LoadingImageView_circleCropThis symbol is the offset where the  R.attr.circleCropattribute's value can be found in theLoadingImageViewarray. | 
| static int | LoadingImageView_imageAspectRatioThis symbol is the offset where the  R.attr.imageAspectRatioattribute's value can be found in theLoadingImageViewarray. | 
| static int | LoadingImageView_imageAspectRatioAdjustThis symbol is the offset where the  R.attr.imageAspectRatioAdjustattribute's value can be found in theLoadingImageViewarray. | 
| Constructor and Description | 
|---|
| R.styleable() | 
public static final int[] AdsAttrs
Includes the following attributes:
| Attribute | Description | 
|---|---|
|  | |
|  | |
|  | 
AdsAttrs_adSize, 
AdsAttrs_adSizes, 
AdsAttrs_adUnitIdpublic 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 |