AlertDialogPro
AlertDialogPro copied to clipboard
full screen dialog
how can we open alert dialog in full screen.? i want to show it in custom view.
What did you mean by showing full screen dialog in custom view?
You can see below screen, dialog is open in small size.. i want to show in full screen. means same height and width as device.
With no padding around it?
yeah with padding..
AlertDialogPro's layout is designed to wrap its child's height. You need to give your custom view a specific height to make the whole dialog's height the same as the screen's... But I think it's a little difficult to calculate the custom view's height...