1 <?xml version="1.0" encoding="utf-8"?>
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent">
8 android:id="@+id/clControlsContainer"
9 layout="@layout/fragment_player_controls"
10 android:layout_width="match_parent"
11 android:layout_height="wrap_content"
12 android:layout_alignParentBottom="true"/>
15 android:id="@+id/flPlayerFragmentContainer"
16 android:layout_above="@id/clControlsContainer"
17 android:layout_width="match_parent"
18 android:layout_height="match_parent" />