tv-samples
tv-samples copied to clipboard
How can you add a GuidedStepSupportFragment on a VerticalGridSupportFragment
I am using this line in a VerticalGridSupportFragment (or a BrowseSupportFragment)
GuidedStepSupportFragment.add(childFragmentManager, ProductQuantityGuideFragment())
where ProductQuantityGuideFragment is a GuidedStepSupportFragment
but it looks for a framelayout with the id "content" in the parent fragment. Can you make a custom layout for VerticalGridSupportFragment (or a BrowseSupportFragment) ? (and add a "content" framelayout there)