| Modifier and Type | Field and Description |
|---|---|
static int[] |
NumberRangeSeekBar
Attributes that can be used with a NumberRangeSeekBar.
|
static int |
NumberRangeSeekBar_boundaries
This symbol is the offset where the
R.attr.boundaries
attribute's value can be found in the NumberRangeSeekBar array. |
static int |
NumberRangeSeekBar_step
This symbol is the offset where the
R.attr.step
attribute's value can be found in the NumberRangeSeekBar array. |
| Constructor and Description |
|---|
R.styleable() |
public static final int[] NumberRangeSeekBar
Includes the following attributes:
| Attribute | Description |
|---|---|
| |
|
public static int NumberRangeSeekBar_boundaries
This symbol is the offset where the R.attr.boundaries
attribute's value can be found in the NumberRangeSeekBar 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 int NumberRangeSeekBar_step
This symbol is the offset where the R.attr.step
attribute's value can be found in the NumberRangeSeekBar 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 © 2015 se.solovyev. All Rights Reserved.