On Mon, Jul 4, 2011 at 5:09 PM, doles <[email protected]> wrote: > 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.
Here's one: https://github.com/commonsguy/cwac-colormixer -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2 -- 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

