Thank you :-) It worked! Greetings! Martin
On 27 Sep., 16:45, Mark Murphy <[email protected]> wrote: > On Mon, Sep 27, 2010 at 10:38 AM, Martin <[email protected]> wrote: > > But how can I get the ViewGroup-Object this way? > > findViewById() > > > I need access to all > > the views in the includes, but this way the includes do not have a > > special id, have they? > > inflate() will return the View that was inflated. Call findViewById() > on it to get your contents. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training in London:http://skillsmatter.com/go/os-mobile-server -- 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

