On Dec 13, 2:54 pm, Neilz <[email protected]> wrote: > Hi all. Need some help with Views... > > In my main.xml layout file, I define a FrameLayout. Then in another > layout file (say overlay.xml), I define another layout. > > At runtime (onCreate) I want to create a new View object, set it's > layout with overlay.xml, and add it to the frame dynamically. I need > access to the elements of the overlay, to change text etc. > > Is this possible? Any help appreciated!
hi, see LayoutInflater docs pskink -- 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

