I have a BottomSheetDialogFragment layout with a constraint layout and the constraint layout has a NumberPicker. NumberPicker scrolls okay, but if the user scrolls outside of the picker, the BottomSheet moves which I do not want. How do I stop this.
Basically, when the user drag on the white part, I do not want the BottomSheetDialogFragment to be dragged down.
Please let me know if you have the solution.
Thanks.