Skip to content

Commit

Permalink
ANDROID: Reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Mar 16, 2011
1 parent adef4c3 commit 3a38a97
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions 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"
/>

0 comments on commit 3a38a97

Please sign in to comment.