public static final class R.styleable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
SeekBarPreference
Attributes that can be used with a SeekBarPreference.
|
static int |
SeekBarPreference_max
This symbol is the offset where the
R.attr.max
attribute's value can be found in the SeekBarPreference array. |
Constructor and Description |
---|
R.styleable() |
public static final int[] SeekBarPreference
Includes the following attributes:
Attribute | Description |
---|---|
|
SeekBarPreference_max
public static final int SeekBarPreference_max
This symbol is the offset where the R.attr.max
attribute's value can be found in the SeekBarPreference
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.