| Interface | Description |
|---|---|
| DateFragment.DateChangedListener |
Used to communicate back to the parent fragment as the user
is changing the date spinners so we can dynamically update
the tab text.
|
| SlidingTabLayout.TabColorizer |
Allows complete control over the colors drawn in the tab layout.
|
| TimeFragment.TimeChangedListener |
Used to communicate back to the parent fragment as the user
is changing the time spinners so we can dynamically update
the tab text.
|
| Class | Description |
|---|---|
| CustomDatePicker |
A subclass of
DatePicker that uses
reflection to allow for customization of the default blue
dividers. |
| CustomTimePicker |
A subclass of
TimePicker that uses
reflection to allow for customization of the default blue
dividers. |
| CustomViewPager |
A custom
android.support.v4.view.ViewPager implementation that corrects
the height of the ViewPager and also dispatches touch events to either the ViewPager
or the date or time picker depending on the direction of the swipe. |
| DateFragment |
The fragment for the first page in the ViewPager that holds
the
CustomDatePicker. |
| SlideDateTimeDialogFragment | |
| SlideDateTimeListener |
This listener class informs the client when the user sets
a date and time by pressing "OK", or cancels the dialog.
|
| SlideDateTimePicker |
This class contains methods for the library client to create
a new
SlideDateTimePicker. |
| SlideDateTimePicker.Builder | |
| SlidingTabLayout |
To be used with ViewPager to provide a tab indicator component which give constant feedback as to
the user's scroll progress.
|
| TimeFragment |
The fragment for the second page in the ViewPager that holds
the TimePicker.
|