Interface | Description |
---|---|
NumberPicker.Formatter | |
NumberPicker.OnChangedListener |
Class | Description |
---|---|
CheckableLinearLayout | |
ExpandedListView | |
NumberPicker |
This class has been pulled from the Android platform source code, its an internal widget that hasn't been
made public so its included in the project in this fashion for use with the preferences screen; I have made
a few slight modifications to the code here, I simply put a MAX and MIN default in the code but these values
can still be set publically by calling code.
|
NumberPickerButton |
This class exists purely to cancel long click events.
|
SeekBarDialogPreference |
A
DialogPreference that provides a user with the means to select an integer from a SeekBar , and persist it. |
TextProgressBar |