public static final class R.attr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
font
Must be a reference to another resource, in the form "
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name". |
static int |
fontProviderAuthority
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
static int |
fontProviderCerts
Must be a reference to another resource, in the form "
@[+][package:]type:name"
or to a theme attribute in the form "?[package:][type:]name". |
static int |
fontProviderFetchStrategy
Must be one of the following constant values.
|
static int |
fontProviderFetchTimeout
May be an integer value, such as "
100". |
static int |
fontProviderPackage
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
static int |
fontProviderQuery
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
|
static int |
fontStyle
Must be one of the following constant values.
|
static int |
fontWeight
Must be an integer value, such as "
100". |
| Constructor and Description |
|---|
attr() |
public static final int font
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 fontProviderAuthority
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 fontProviderCerts
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 fontProviderFetchStrategy
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
blocking | 0 | |
async | 1 |
public static final int fontProviderFetchTimeout
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 fontProviderPackage
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 fontProviderQuery
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 fontStyle
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
normal | 0 | |
italic | 1 |
public static final int fontWeight
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.