I believe I now have mostly working code.  I've posted it here:

http://callmeike.net/blake/android/contact-viewer-acp-fixed.tgz

It turns out that you don't have to sacrifice static layout in order
to avoid using statically laid out fragments.  The fix -- at least it
seems to be working -- is to replace the fragment elements with
FrameLayout elements.  That's all there is to it.

I still think it is some kind of gottcha, that layout fragments are
such different beasts than programmatically created fragments.  My
take-away is that one should never mix them.  Until I get information
to the contrary, in fact, I'm just never going to put a fragment in a
layout.

-blake

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