aboutsummaryrefslogtreecommitdiff
path: root/res/layout/play_video.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/play_video.xml')
-rw-r--r--res/layout/play_video.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/layout/play_video.xml b/res/layout/play_video.xml
deleted file mode 100644
index 6a9f3f74..00000000
--- a/res/layout/play_video.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>