Marek Kubiczek
10/18/2020, 11:58 AMPopupWindow
above DialogFragment
? I would like to show BottomSheetDialogFragment
with a context menu and at the same time be able to show a clickable PopupWindow
above the bottom sheet. Whatever I tried the popup was always shown behind the BottomSheet's outsideTouchArea making the popup unable to intercept touches. When looking at layout inspector the PopupDecorView
was always placed below Dialog's DecorView
.Marek Kubiczek
10/18/2020, 1:30 PMtseisel
10/18/2020, 6:33 PM