blob: ab2909bdca29c37ce7026888b269bb8ab3348e2f [file] [log] [blame]
susnataafd999a2016-08-15 17:03:24 -07001<?xml version="1.0" encoding="utf-8"?>
susnatae7a92d22016-10-19 15:03:34 -07002<!--
3 Copyright (C) 2014 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
susnataafd999a2016-08-15 17:03:24 -070017<FrameLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
susnata47025562016-10-11 11:18:45 -070019 android:id="@+id/playback_fragment_root"
susnataafd999a2016-08-15 17:03:24 -070020 android:layout_width="match_parent"
Dake Gu01f4dd42017-02-07 14:43:04 -080021 android:transitionGroup="false"
susnataafd999a2016-08-15 17:03:24 -070022 android:layout_height="match_parent">
23
Dake Gu3bcad882017-03-20 16:40:45 -070024 <android.support.v17.leanback.widget.NonOverlappingFrameLayout
25 android:id="@+id/playback_fragment_background"
26 android:transitionGroup="false"
27 android:layout_width="match_parent"
28 android:layout_height="match_parent" />
29
30 <android.support.v17.leanback.widget.NonOverlappingFrameLayout
susnataafd999a2016-08-15 17:03:24 -070031 android:id="@+id/playback_controls_dock"
Dake Gu01f4dd42017-02-07 14:43:04 -080032 android:transitionGroup="true"
susnataafd999a2016-08-15 17:03:24 -070033 android:layout_height="match_parent"
34 android:layout_width="match_parent"/>
35</FrameLayout>