• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Adding image in AlertDialog

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I want to add image in Alertdialog other than setIcon... means with setIcon I am displaying one image, but with actual message I want to display one more image in dialog. How can I do this? Please help

Thanks & Regard,
Nehel
 
Ranch Hand
Posts: 30
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nehel Patel wrote:Hi All,

I want to add image in Alertdialog other than setIcon... means with setIcon I am displaying one image, but with actual message I want to display one more image in dialog. How can I do this? Please help

Thanks & Regard,
Nehel



There are multiple ways of doing so.
1) you can edit the image to make both one image,
2) you can extend the dialog class,
3) you can dynamically add views to your alert dialog,

or the last and easiest option would be to create a custom dialog interface using xml, and use the android api for layout inflating.
CutsomDialog
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic