aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/play_video.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout/play_video.xml')
-rw-r--r--subsonic-android/res/layout/play_video.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/subsonic-android/res/layout/play_video.xml b/subsonic-android/res/layout/play_video.xml
new file mode 100644
index 00000000..6a9f3f74
--- /dev/null
+++ b/subsonic-android/res/layout/play_video.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <WebView
+ android:id="@+id/play_video_contents"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"/>
+
+</FrameLayout>