Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_player.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent">
6
7     <include
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"/>
13
14     <FrameLayout
15         android:id="@+id/flPlayerFragmentContainer"
16         android:layout_above="@id/clControlsContainer"
17         android:layout_width="match_parent"
18         android:layout_height="match_parent" />
19
20 </RelativeLayout>