Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_player.xml
diff --git a/Android/app/src/main/res/layout/fragment_player.xml b/Android/app/src/main/res/layout/fragment_player.xml
new file mode 100644 (file)
index 0000000..4a4de90
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent">
+
+    <include
+        android:id="@+id/clControlsContainer"
+        layout="@layout/fragment_player_controls"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_alignParentBottom="true"/>
+
+    <FrameLayout
+        android:id="@+id/flPlayerFragmentContainer"
+        android:layout_above="@id/clControlsContainer"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" />
+
+</RelativeLayout>
\ No newline at end of file