summaryrefslogtreecommitdiffstats
path: root/res/layout/player.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/player.xml')
-rw-r--r--res/layout/player.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/player.xml b/res/layout/player.xml
new file mode 100644
index 0000000..77396fc
--- /dev/null
+++ b/res/layout/player.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<merge xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
+ <include layout="@layout/audio_player" />
+
+ <include layout="@layout/extra_controls" />
+ </merge> \ No newline at end of file