I\'m trying to create custom AlertDialog with an image text and buttons. When I display it I get a white border which looks horrible.
AlertDialog
try this use Dialog Instead of AlertDialog.Builder
.. for remove border line from Dialog..
Dialog dialog = new Dialog(this,android.R.style.Theme_Translucent_NoTitleBar);