0

I have a ButtomSheetDialogFragment in my activity. When I click a button in the ButtomSheetDialog I want to programatically dismiss it in a way where it slides down in a slow fashion. At the moment when I call dismiss() on the dialog it just disappears without doing any animation.

How do I programatically add a sliding animation to the ButtomSheetDialog?

Graunephar
  • 112
  • 1
  • 9

1 Answers1

0

I honestly do not know how, after hours of search I did not find this stackoverflow post sooner.

It describes exactly what I want to achieve.

Graunephar
  • 112
  • 1
  • 9