I have this piece of code: final LayoutInflater liCloned = LayoutInflater.from(this).cloneInContext(this); liCloned.setFactory(new KMInflaterFactory()); return liCloned;
It returns a layout-inflator with my own custom factory 'KMInflatorFactory'. The KMInflatorFactory's method 'onCreateView' is never called (i tried both target-sdk-version of "8" and "Honeycomb"). Is this by design or a bug in the preview-SDK? -- 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

