| Modifier and Type | Field and Description |
|---|---|
static int[] |
SignInButton
Attributes that can be used with a SignInButton.
|
static int |
SignInButton_button_style
This symbol is the offset where the
R.attr.button_style
attribute's value can be found in the SignInButton array. |
static int |
SignInButton_text
This symbol is the offset where the
R.attr.text
attribute's value can be found in the SignInButton array. |
| Constructor and Description |
|---|
styleable() |
public static final int[] SignInButton
Includes the following attributes:
| Attribute | Description |
|---|---|
| |
|
SignInButton_button_style,
SignInButton_textpublic static int SignInButton_button_style
This symbol is the offset where the R.attr.button_style
attribute's value can be found in the SignInButton array.
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
large | 0 | |
small | 1 |
public static int SignInButton_text
This symbol is the offset where the R.attr.text
attribute's value can be found in the SignInButton 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.
Copyright © 2020. All rights reserved.