Hi Marco, Nested Fragments are not supported by Android. You could change the activity layout, putting 3 containers to attach the 3 different fragments when the tab is selected. If you do not need these containers on the other tabs, you can set their visibility to gone after detach the fragments. Em 21/10/2012 18:33, "Marco Serioli" <[email protected]> escreveu:
> Hi! > > How can I use a Master-Detail structure inside an ActionTab? > > I have implemented it, but I don't know how to do it without nesting > nested fragments.. I have putted fragment list and FrameLayout inside the > fragment opened by Tab.. > > [image: enter image description here] > > Thank you! > Marco > > -- > 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 -- 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

