public static final class R.styleable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int[] |
FontFamily
Attributes that can be used with a FontFamily.
|
static int |
FontFamily_fontProviderAuthority
This symbol is the offset where the
R.attr.fontProviderAuthority
attribute's value can be found in the FontFamily array. |
static int |
FontFamily_fontProviderCerts
This symbol is the offset where the
R.attr.fontProviderCerts
attribute's value can be found in the FontFamily array. |
static int |
FontFamily_fontProviderFetchStrategy
This symbol is the offset where the
R.attr.fontProviderFetchStrategy
attribute's value can be found in the FontFamily array. |
static int |
FontFamily_fontProviderFetchTimeout
This symbol is the offset where the
R.attr.fontProviderFetchTimeout
attribute's value can be found in the FontFamily array. |
static int |
FontFamily_fontProviderPackage
This symbol is the offset where the
R.attr.fontProviderPackage
attribute's value can be found in the FontFamily array. |
static int |
FontFamily_fontProviderQuery
This symbol is the offset where the
R.attr.fontProviderQuery
attribute's value can be found in the FontFamily array. |
static int[] |
FontFamilyFont
Attributes that can be used with a FontFamilyFont.
|
static int |
FontFamilyFont_font
This symbol is the offset where the
R.attr.font
attribute's value can be found in the FontFamilyFont array. |
static int |
FontFamilyFont_fontStyle
This symbol is the offset where the
R.attr.fontStyle
attribute's value can be found in the FontFamilyFont array. |
static int |
FontFamilyFont_fontWeight
This symbol is the offset where the
R.attr.fontWeight
attribute's value can be found in the FontFamilyFont array. |
| Constructor and Description |
|---|
styleable() |
public static final int[] FontFamily
Includes the following attributes:
public static final int FontFamily_fontProviderAuthority
This symbol is the offset where the R.attr.fontProviderAuthority
attribute's value can be found in the FontFamily 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 FontFamily_fontProviderCerts
This symbol is the offset where the R.attr.fontProviderCerts
attribute's value can be found in the FontFamily array.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
public static final int FontFamily_fontProviderFetchStrategy
This symbol is the offset where the R.attr.fontProviderFetchStrategy
attribute's value can be found in the FontFamily array.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
blocking | 0 | |
async | 1 |
public static final int FontFamily_fontProviderFetchTimeout
This symbol is the offset where the R.attr.fontProviderFetchTimeout
attribute's value can be found in the FontFamily array.
May be an integer value, such as "100".
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.
May be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
forever | -1 |
public static final int FontFamily_fontProviderPackage
This symbol is the offset where the R.attr.fontProviderPackage
attribute's value can be found in the FontFamily 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 FontFamily_fontProviderQuery
This symbol is the offset where the R.attr.fontProviderQuery
attribute's value can be found in the FontFamily 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[] FontFamilyFont
Includes the following attributes:
| Attribute | Description |
|---|---|
| |
| |
|
public static final int FontFamilyFont_font
This symbol is the offset where the R.attr.font
attribute's value can be found in the FontFamilyFont array.
Must be a reference to another resource, in the form "@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name".
public static final int FontFamilyFont_fontStyle
This symbol is the offset where the R.attr.fontStyle
attribute's value can be found in the FontFamilyFont array.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
public static final int FontFamilyFont_fontWeight
This symbol is the offset where the R.attr.fontWeight
attribute's value can be found in the FontFamilyFont array.
Must be an integer value, such as "100".
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.