FullScreenDialog
FullScreenDialog copied to clipboard
A DialogFragment that implements the Full-screen dialog pattern defined in the Material Design guidelines.
I have Main activity with BottomNavBar; In section 3 I have tab layout with 2 fragments; Is there any way to invoke this dialog fragment from fragment inside tab layout?...
I just downloaded the library and tried to create a basic dialog. I used the following code (it is in Kotlin): ``` var dialog: FullScreenDialogFragment? = null val onDiscardListener =...
Im trying to show the FullScreenDialog as a normal one, meaning i want it to wrap the content in my dialog fragment and not take the all screen. of course...
why color of toolbar title color, close button and confirm button is in some project white and in some other project black?
Hi and thank you for your work. I try to use your library but I've a big problem when I show the dialog. I got this result:  please can...
In full screen mode parent fragment (the one which created FullScreenDialog) can have focus while FullScreenDialog is shown. That can lead to unpredictable behavior when user uses physical keyboard (e.g....
Confirm button should have 16dp right padding according to https://material.io/guidelines/components/dialogs.html#dialogs-specs In FullScreenDialog if no options button is used, confirm button looks like has 0dp right padding. It is too close...
Set custom animations to open and close dialog.
I had opened FullScreenDialogFragment from onclick from Activity ..... Now can i open another new one FullScreenDialogFragment from current opened FullScreenDialogFragment Example : final Bundle profile_args = new Bundle(); profile_args.putString(Profile_Frag.UNIQUE_NAME,...