diff options
Diffstat (limited to 'dists/android/res/layout')
-rw-r--r-- | dists/android/res/layout/main.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/dists/android/res/layout/main.xml b/dists/android/res/layout/main.xml index f5276ce41b..b6164edc96 100644 --- a/dists/android/res/layout/main.xml +++ b/dists/android/res/layout/main.xml @@ -1,10 +1,13 @@ <?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" + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/main_surface" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:keepScreenOn="true" + android:focusable="true" + android:focusableInTouchMode="true" /> + |