You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Hi !
i would like to cancel my BottomSheetDialog when i get click outside the view but it does't work,
if i want to cancel this i must be slide in bottom.
Can you help me ?
`dialog = new BottomSheetDialog(view.getContext());
Hi !
i would like to cancel my BottomSheetDialog when i get click outside the view but it does't work,
if i want to cancel this i must be slide in bottom.
Can you help me ?
`dialog = new BottomSheetDialog(view.getContext());
dialog.setContentView(view);
dialog.heightParam(ViewGroup.LayoutParams.WRAP_CONTENT);
dialog.inDuration(200);
dialog.cancelable(true);
dialog.canceledOnTouchOutside(true);`
The text was updated successfully, but these errors were encountered: