I need to show a custom dialog in my Android application. Standard AlertDialog design is unacceptable. Android docs say:
AlertDialog
Tip: If you want
i have used this as a style:
it has also background transparent, setting the brackgroundDimEnabled parameter to false works for not showing the gray background that shows with the dialog in his back.