Use Dialog instead of AlertDialog
Dialog callAlert = new Dialog(LoginActivity.this,R.style.CutomDialog);
callAlert.setContentView(R.layout.call);
Style.xml
call.xml
call_bg.xml
Main thing is that you have to make layout backgrpund transparent otherwise you will not able to get output as you want.