I have an Acitivity and I would like to fiddle with the views upon creation. I thought that the way to do this would be to hook in on onCreateView during inflation. But the method just doesn't get called, no matter if I use setContentView(id) or onCreateView(view) with a View I inflated with getLayoutInflater.inflate(id) ( or (LayoutInflater)getSystemService(LAYOUT_INFLATER_SERVICE).inflate(id) ). Have I misunderstood how it should work? Or what am I doing wrong? /Michael
-- 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

