I recently used android.support.design.widget.BottomSheetDialogFragment. I wanted to do something which is similar to the Google contact app, its BottomSheet can overlay the
Was not able to find the solution to this problem, but can suggest an alternate that helped me serve the same purpose. Here's the reference :
http://www.hidroh.com/2016/06/17/bottom-sheet-everything/
The article explains creating a bottom sheet activity and adding the backdrop shadow with it.