summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackDemos/res/layout/browse.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SupportLeanbackDemos/res/layout/browse.xml')
-rw-r--r--samples/SupportLeanbackDemos/res/layout/browse.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/SupportLeanbackDemos/res/layout/browse.xml b/samples/SupportLeanbackDemos/res/layout/browse.xml
index 367337aca..4d46233ce 100644
--- a/samples/SupportLeanbackDemos/res/layout/browse.xml
+++ b/samples/SupportLeanbackDemos/res/layout/browse.xml
@@ -27,4 +27,9 @@
android:layout_height="match_parent"
/>
+ <!-- container for hosting GuidedStepFragment background -->
+ <FrameLayout android:id="@+id/lb_guidedstep_background"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
</FrameLayout>