Hi, This is not possible in the m5 release of the SDK, but a future SDK will provide a setAdapter() method on AlertDialog.Builder, which will make it easy to add custom views that have the icon and text.
Thanks, Megha On Wed, May 21, 2008 at 5:35 PM, Gil <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I want to create an dialog list that has icons as well as text. I know > this is possible because I have no trouble creating it by using a > submenu item with the associated items (which can have icons). My > question is: can I use the AlertDialog.Builder to achieve the same > result? Currently the AlertDialog.Builder allows an array of resource > items. Can resource array items be more complex (not just strings)? Is > there another way to create such list dialogs? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

