Overview of SublimePicker components
masterSublimePicker is a unified user interface that provides access to three distinct pickers. All components are implemented as Android Views, meaning they can be embedded in a Dialog, a PopupWindow, or used as standard widgets in your layout.
- DatePicker: Selects a single date or a date range (via
SublimeOptions#setCanPickDateRange). - TimePicker: Accessible via a button in the bottom-left corner of the DatePicker.
- RecurrencePicker: Accessible via an overflow button in the top-right corner. It allows users to define how often an event repeats.
- RecurrenceOptionCreator: Triggered when selecting 'Custom...' from the RecurrencePicker, allowing for more granular recurrence rules (e.g., 'Until a date').