FrioneL
FrioneL

Reputation: 941

Adding images to alertdialog options

I need to add images to the alertdialog options. I read some tutorials but all of them are using ViewGroup class to do the job. The problem is that I can't use it, ... I think version 2.2 doesn't have it.

So... what can I do to fix it? Another method to add images? Why Is so hard adding a simple image to the alert dialog option? I have seen a lot of apps using it.

Upvotes: 0

Views: 384

Answers (1)

viplezer
viplezer

Reputation: 5599

I think you should create a layout and inflate it with LayoutInflater somehow like this: http://eventuallyconsistent.net/tag/layoutinflater/

Upvotes: 1

Related Questions