Changelog¶
[1.0.4]¶
- Simplified item row layout to improve selection ripple
[1.0.3]¶
- Added
isChoiceMandatory
to force user submit a non-empty selection list - Changed RecyclerPickerDialogTheme parent from
Theme.MaterialComponents.Dialog
toTheme.MaterialComponents.Light.Dialog
- Changed
onDismiss
toonItemsPicked
- Moved
selectableItemBackground
fromRecyclerPickerDialog.Style.Row
toRecyclerPickerDialog.Style.Row.Choice
- Gradle plugin updated to 4.0.2
[1.0.2]¶
- Fixes bug by replacing
btnOk.performContextClick
withbtnOk.performClick
[1.0.1]¶
- Added
dismissOnSelection
to dismiss dialog upon choice picked (note that this will makeSelectionType.MULTIPLE
work hasSelectionType.SINGLE
) - Fixes bug by replacing dismiss with dismissAllowingStateLoss() and checking if isAdded
[1.0.0]¶
Hello world!