how can i change the size of button in alertdailog in code without using xml ? I'm not using view ..
Thank you
The code :
alertbox3.setNeutralButton("Cancel",new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { } });