Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Apache License 2.0
668
stars
74
forks
source link
How to Show CookieBar in BottomSheetDialogFragment #37
I have a problem in show CookieBar in BottomSheetDialogFragment
when call the method to show CookieBar inside the BottomSheetDialogFragment, it appears behind the BottomSheetDialog.
** I guess it is important to say that my BottomSheetDialogFragment is full screen.
Is there any solution to show CookieBar in front of BottomSheetDialog, not behind it??
Hi there, tnx for your greate library.
I have a problem in show CookieBar in BottomSheetDialogFragment when call the method to show CookieBar inside the BottomSheetDialogFragment, it appears behind the BottomSheetDialog. ** I guess it is important to say that my BottomSheetDialogFragment is full screen.
Is there any solution to show CookieBar in front of BottomSheetDialog, not behind it??