summaryrefslogtreecommitdiff
path: root/res/layout/base.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/base.xml')
-rw-r--r--res/layout/base.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/base.xml b/res/layout/base.xml
new file mode 100644
index 0000000..497dd2e
--- /dev/null
+++ b/res/layout/base.xml
@@ -0,0 +1,9 @@
+<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"
+ >
+ <include layout="@layout/gamepad"/>
+</FrameLayout>