I have an android activity that implements a custom dialog.The application is running ok but the dialog is too small,i want to display a bigger dialog.How can i achieve this
Add android:minWidth / android:minHeight to your root view. See example below: