Hi, I have a custom ListView adapter used to display images and text in a list. I've created a class that defines an item (basically a LinearLayout with one ImageView and TextView), but I would like to use a layout xml file rather than defining all properties in this class. Is this possible?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

