I have a layout that has three views (situated in one vertical
linearlayout and one horizontal) in it which I would like to wrap into
a single object.  Is there any easy way to do this?  Right now I have
a flurry of foo.setBlahBlah(bar) calls to link them all which I have
to call after setContentView, but it makes the code messier than I
would like.  What is the best way to encapsulate them?  Is there a way
to add subviews to a view object?  Should I extend one of the layout
classes?  Am I missing a better option entirely?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to