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
try to set android:layout_height to some value for base LinearLayout
android:layout_height
LinearLayout
for example
android:layout_height="100dp" android:background="@color/white" android:orientation="vertical" >