Index: res/layout/main.xml
===================================================================
--- res/layout/main.xml	(revision bb2fa26a9c1a32b7ef6280d825b638c058943586)
+++ res/layout/main.xml	(revision 9b1f66b267b63dfffb82b32a8db972f27510d8e5)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
-	android:layout_width="fill_parent"
-	android:layout_height="fill_parent">
-	<com.medievaltech.advancewars.GameView android:id="@+id/main_view"
-		android:layout_width="fill_parent"
-		android:layout_height="fill_parent" /> 
-	<RelativeLayout android:layout_width="fill_parent"
-		android:layout_height="fill_parent">
-		<TextView android:id="@+id/text" android:visibility="visible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:gravity="center_horizontal" android:textColor="#88ffffff" android:textSize="24sp" /> 
-  	</RelativeLayout>
-</FrameLayout>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    >
+<TextView  
+    android:layout_width="fill_parent" 
+    android:layout_height="wrap_content" 
+    android:text="@string/hello"
+    />
+</LinearLayout>
