Package | Description |
---|---|
es.ugr.swad.swadroid |
Main package.
|
es.ugr.swad.swadroid.gui.widget |
Widgets package.
|
Class and Description |
---|
SeekBarDialogPreference
A
DialogPreference that provides a user with the means to select an integer from a SeekBar , and persist it. |
Class and Description |
---|
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.
|
NumberPicker.Formatter |
NumberPicker.OnChangedListener |
NumberPickerButton
This class exists purely to cancel long click events.
|
SeekBarDialogPreference.SavedState |