ashishbhandari / AndroidTabbedDialog

Android Tabbed Dialog containing fragments
Apache License 2.0
128 stars 37 forks source link

how to change dialog size? #3

Open seebosmile opened 8 years ago

seebosmile commented 8 years ago

how to change dialog size?

getDialog().getWindow().setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT);

james-murphy-dev commented 8 years ago

Is this still in the works? Can it be done manually?