project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml
author Medo <smaxein@googlemail.com>
Thu, 19 Jul 2012 22:55:36 +0200
changeset 7346 b0f67c5b4215
parent 7330 867e4fda496e
child 7349 12fdfd2038d4
permissions -rw-r--r--
Hedgeroid: Lobby activity improvements
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7330
867e4fda496e Hedgeroid: Layout experiments for the lobby page
Medo <smaxein@googlemail.com>
parents: 7328
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
7346
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
     2
<FrameLayout
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
     3
	xmlns:android="http://schemas.android.com/apk/res/android"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
     4
  	android:layout_width="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
     5
	android:layout_height="fill_parent">
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
     6
	<include layout="@layout/background"/>
7328
cd919a2ead4e Hedgeroid: Added experimental lobby chat
Medo <smaxein@googlemail.com>
parents:
diff changeset
     7
7346
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
     8
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
     9
	    xmlns:tools="http://schemas.android.com/tools"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    10
	    android:layout_width="match_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    11
	    android:layout_height="match_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    12
	    android:orientation="vertical"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    13
	    android:padding="5dp" >
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    14
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    15
	    <FrameLayout
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    16
	        android:layout_width="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    17
	        android:layout_height="0dp"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    18
	        android:layout_marginBottom="10dp"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    19
	        android:layout_weight="0.3"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    20
	        android:background="@drawable/box" >
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    21
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    22
	        <fragment
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    23
	            android:id="@+id/roomListFragment"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    24
	            android:layout_width="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    25
	            android:layout_height="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    26
	            class="org.hedgewars.hedgeroid.netplay.RoomlistFragment"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    27
	            tools:layout="@layout/lobby_rooms_fragment" />
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    28
	    </FrameLayout>
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    29
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    30
	    <LinearLayout
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    31
	        android:layout_width="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    32
	        android:layout_height="0dp"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    33
	        android:layout_weight="0.7"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    34
	        android:baselineAligned="false"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    35
	        android:orientation="horizontal" >
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    36
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    37
	        <FrameLayout
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    38
	            android:layout_width="0dp"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    39
	            android:layout_height="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    40
	            android:layout_marginRight="10dp"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    41
	            android:layout_weight="0.7"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    42
	            android:background="@drawable/box" >
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    43
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    44
	            <fragment
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    45
	                android:id="@+id/chatFragment"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    46
	                android:layout_width="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    47
	                android:layout_height="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    48
	                class="org.hedgewars.hedgeroid.netplay.LobbyChatFragment"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    49
	                tools:layout="@layout/lobby_chat_fragment" />
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    50
	        </FrameLayout>
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    51
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    52
	        <FrameLayout
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    53
	            android:layout_width="0dp"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    54
	            android:layout_height="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    55
	            android:layout_weight="0.3"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    56
	            android:background="@drawable/box" >
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    57
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    58
	            <fragment
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    59
	                android:id="@+id/playerListFragment"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    60
	                android:layout_width="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    61
	                android:layout_height="fill_parent"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    62
	                class="org.hedgewars.hedgeroid.netplay.PlayerlistFragment"
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    63
	                tools:layout="@layout/lobby_players_fragment" />
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    64
	        </FrameLayout>
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    65
	    </LinearLayout>
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    66
	
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    67
	</LinearLayout>
b0f67c5b4215 Hedgeroid: Lobby activity improvements
Medo <smaxein@googlemail.com>
parents: 7330
diff changeset
    68
</FrameLayout>