project_files/Android-build/SDL-android-project/res/layout/main.xml
changeset 7582 714310efad8f
parent 7580 c92596feac0d
child 7584 7831c84cc644
--- a/project_files/Android-build/SDL-android-project/res/layout/main.xml	Mon Aug 20 20:16:37 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-<?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" >
-
-    <include layout="@layout/background" />
-
-    <RelativeLayout
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent" >
-
-        <View
-            android:id="@+id/placeholder"
-            android:layout_width="0dp"
-            android:layout_height="0dp"
-            android:layout_centerInParent="true" />
-
-        <FrameLayout
-            android:id="@+id/frameLayout1"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentBottom="true"
-            android:layout_alignParentLeft="true"
-            android:layout_alignParentTop="true"
-            android:layout_toLeftOf="@id/placeholder" >
-
-            <Button
-                android:id="@+id/startGame"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_gravity="center"
-                android:drawableTop="@drawable/button_local_play"
-                android:text="@string/main_button_localplay" />
-        </FrameLayout>
-
-        <FrameLayout
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_alignParentBottom="true"
-            android:layout_alignParentRight="true"
-            android:layout_alignParentTop="true"
-            android:layout_toRightOf="@id/placeholder" >
-
-            <Button
-                android:id="@+id/joinLobby"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_gravity="center"
-                android:drawableTop="@drawable/button_network_play"
-                android:text="@string/main_button_netplay" />
-        </FrameLayout>
-    </RelativeLayout>
-
-</FrameLayout>
\ No newline at end of file