0
  1. I want to click on a button that is under (behind) the BottomSheetDialogFragment. Is it possible to do this? (see diagram)

Diagram png

  1. I am also interested in the question, is it possible for the BottomSheetDialogFragment to collapse not completely but half of its entire height when the user does MotionEvent.ACTION_DOWN not on it?
Bruno
  • 3,872
  • 4
  • 20
  • 37
  • 1
    1. Physically (afaik), it is not possible to click on the button without dismissing the bottom sheet. However you can do programmatic clicks like `button.performClick();` – Darshan Sep 13 '22 at 09:19

0 Answers0