-3

How to set image in default alert dialog without using custom view in android.Is it possible to set image in default alert diaog ?

Thanks

mohan
  • 13,035
  • 29
  • 108
  • 178

1 Answers1

0

We use this to set a custom icon in Alert Dialog.

dialog.setIcon(R.drawable.alert_icon);
Emm Jay
  • 360
  • 2
  • 20