android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.02k stars 329 forks source link

How can you add a GuidedStepSupportFragment on a VerticalGridSupportFragment #86

Open mariuspena opened 1 year ago

mariuspena commented 1 year ago

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)