AndroidTabbedDialog
AndroidTabbedDialog copied to clipboard
how to change dialog size?
how to change dialog size?
getDialog().getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT);
Is this still in the works? Can it be done manually?