aboutsummaryrefslogtreecommitdiff
path: root/dists/android
diff options
context:
space:
mode:
authordhewg2011-03-15 23:31:58 +0100
committerdhewg2011-03-16 20:54:49 +0100
commit3a38a97934e422416271dc5dc5bb46709a1c7c13 (patch)
treeb5e4fa7b01aca23fd1a1cb50309950c0266bb38b /dists/android
parentadef4c3f4256a690b374b9801279952c39ccf7a4 (diff)
downloadscummvm-rg350-3a38a97934e422416271dc5dc5bb46709a1c7c13.tar.gz
scummvm-rg350-3a38a97934e422416271dc5dc5bb46709a1c7c13.tar.bz2
scummvm-rg350-3a38a97934e422416271dc5dc5bb46709a1c7c13.zip
ANDROID: Reindent
Diffstat (limited to 'dists/android')
-rw-r--r--dists/android/res/layout/main.xml17
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"
/>
+