frizzo wrote: > Can you give me an example? Pretty much everything in Android's ApiDemos uses layouts, so there are hundreds of examples of layout XML.
The use of layout XML for ListView rows is probably in a handful of the ApiDemos, and also in this blog post series: http://androidguys.com/?s=fancy+listviews (forgive the formatting, and some of the code is from the older M5 SDK and may require adjustment for the current SDK) After that, it is merely a matter of getting your row layout to look the way you want, no different than getting an activity's layout to look the way you want. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

