aboutsummaryrefslogtreecommitdiff
path: root/dists/android/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dists/android/res/layout/main.xml')
-rw-r--r--dists/android/res/layout/main.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/dists/android/res/layout/main.xml b/dists/android/res/layout/main.xml
new file mode 100644
index 0000000000..f5276ce41b
--- /dev/null
+++ b/dists/android/res/layout/main.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<org.inodes.gus.scummvm.EditableSurfaceView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent" android:layout_height="fill_parent"
+ android:id="@+id/main_surface"
+ android:gravity="center"
+ android:keepScreenOn="true"
+ android:focusable="true"
+ android:focusableInTouchMode="true"
+/>