Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Not cancelable #444

Open
XxaayadixX opened this issue Nov 18, 2017 · 0 comments
Open

Not cancelable #444

XxaayadixX opened this issue Nov 18, 2017 · 0 comments

Comments

@XxaayadixX
Copy link

XxaayadixX commented Nov 18, 2017

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);`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant