Index: res/layout/main.xml
===================================================================
--- res/layout/main.xml	(revision 9b1f66b267b63dfffb82b32a8db972f27510d8e5)
+++ res/layout/main.xml	(revision 5d9e7bb16ff8265f4388276fc3d0d3e4f9f78923)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
-<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>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+	android:layout_width="fill_parent"
+	android:layout_height="fill_parent">
+	<com.example.advancewars.GameView android:id="@+id/lunar"
+		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>
