Hello, I have read the documentation at http://developer.android.com/guide/topics/ui/custom-components.html for creating custom widgets and layouts. This talks about how you can extend an existing layout (such as LinearLayout) and add widgets to it to create a custom re-usable component. It also talks about how you can use layout resource xml to set up these custom widget layouts. I am unable to make this work with the layout externalized in an xml. Are there any examples out there? The List4.java and List6.java examples listed on that documentation page do not have what I want. they are examples of views being created in code.
Thanks a ton! Dole -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

