summaryrefslogtreecommitdiff
path: root/res/layout/webview.xml
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-16 18:49:26 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-30 00:39:06 +0900
commitfcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch)
tree64cb17de3f41a2b6fef2368028fbd00349946994 /res/layout/webview.xml
Fresh start
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>