Thank you! :-)

But how can I get the ViewGroup-Object this way? I need access to all
the views in the includes, but this way the includes do not have a
special id, have they?

Greetings, Martin

On 27 Sep., 15:50, Mark Murphy <[email protected]> wrote:
> getLayoutInflater().inflate(R.layout.theonetoinclude, theparentlayout, true);
>
> where:
>
> -- R.layout.theonetoinclude is the XML layout file to include
> -- theparentlayout is the existing ViewGroup into which you want to
> append the inflated layout as a child

-- 
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