I have created an AlertDialog using AlertDialog.Builder, but the Dialog border takes up too much space on the screen. How do I remove the border? I have tried using another
try this :D
Dialog popUpView= new Dialog(this); popUpView.getWindow().setBackgroundDrawable(new ColorDrawable(0));