summaryrefslogtreecommitdiff
path: root/res/layout/webview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/webview.xml')
-rw-r--r--res/layout/webview.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/webview.xml b/res/layout/webview.xml
new file mode 100644
index 0000000..f992f2c
--- /dev/null
+++ b/res/layout/webview.xml
@@ -0,0 +1,14 @@
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ >
+ <WebView
+ android:id="@+id/web"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ />
+ <include layout="@layout/gamepad"/>
+</FrameLayout>