author | Medo <smaxein@googlemail.com> |
Sat, 18 Aug 2012 00:47:51 +0200 | |
changeset 7508 | 763d3961400b |
parent 7449 | 2e63537b44f3 |
child 7582 | 714310efad8f |
permissions | -rw-r--r-- |
7449 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 |
xmlns:tools="http://schemas.android.com/tools" |
|
4 |
android:layout_width="match_parent" |
|
5 |
android:layout_height="match_parent" |
|
6 |
android:orientation="vertical" |
|
7 |
android:paddingBottom="3dp" |
|
8 |
android:paddingLeft="5dp" |
|
9 |
android:paddingRight="3dp" |
|
10 |
android:paddingTop="3dp" > |
|
11 |
||
12 |
<ImageView |
|
13 |
android:id="@+id/mapPreview" |
|
14 |
android:layout_width="256dip" |
|
15 |
android:layout_height="128dip" |
|
16 |
android:layout_alignParentTop="true" |
|
17 |
android:layout_centerHorizontal="true" |
|
18 |
android:layout_margin="5dip" |
|
19 |
android:background="@drawable/box" |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
20 |
android:scaleType="fitCenter" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
21 |
android:src="@drawable/roomlist_preparing" /> |
7449 | 22 |
|
23 |
<TableLayout |
|
24 |
android:id="@+id/gameOptions" |
|
25 |
android:layout_width="wrap_content" |
|
26 |
android:layout_height="wrap_content" |
|
27 |
android:layout_below="@id/mapPreview" |
|
28 |
android:stretchColumns="1" > |
|
29 |
||
30 |
<TableRow> |
|
31 |
||
32 |
<TextView |
|
33 |
android:layout_width="wrap_content" |
|
34 |
android:layout_height="wrap_content" |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
35 |
android:text="@string/map_gen" /> |
7449 | 36 |
|
37 |
<Spinner |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
38 |
android:id="@+id/spinMapType" |
7449 | 39 |
android:layout_width="wrap_content" |
40 |
android:layout_height="wrap_content" |
|
41 |
android:background="@drawable/dropdown" /> |
|
42 |
</TableRow> |
|
43 |
||
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
44 |
<TableRow android:id="@+id/rowMapName"> |
7449 | 45 |
<TextView |
46 |
android:layout_width="wrap_content" |
|
47 |
android:layout_height="wrap_content" |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
48 |
android:layout_gravity="center_vertical" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
49 |
android:text="@string/map_name" /> |
7449 | 50 |
|
51 |
<Spinner |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
52 |
android:id="@+id/spinMapName" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
53 |
android:layout_width="fill_parent" |
7449 | 54 |
android:layout_height="wrap_content" |
55 |
android:background="@drawable/dropdown" /> |
|
56 |
</TableRow> |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
57 |
<TableRow android:id="@+id/rowTemplateFilter"> |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
58 |
<TextView |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
59 |
android:layout_width="wrap_content" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
60 |
android:layout_height="wrap_content" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
61 |
android:layout_gravity="center_vertical" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
62 |
android:text="@string/map_template" /> |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
63 |
|
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
64 |
<Spinner |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
65 |
android:id="@+id/spinTemplateFilter" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
66 |
android:layout_width="fill_parent" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
67 |
android:layout_height="wrap_content" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
68 |
android:background="@drawable/dropdown" /> |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
69 |
</TableRow> |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
70 |
<TableRow android:id="@+id/rowMazeSize"> |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
71 |
<TextView |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
72 |
android:layout_width="wrap_content" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
73 |
android:layout_height="wrap_content" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
74 |
android:layout_gravity="center_vertical" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
75 |
android:text="@string/map_maze_size" /> |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
76 |
|
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
77 |
<Spinner |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
78 |
android:id="@+id/spinMazeSize" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
79 |
android:layout_width="fill_parent" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
80 |
android:layout_height="wrap_content" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
81 |
android:background="@drawable/dropdown" /> |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7449
diff
changeset
|
82 |
</TableRow> |
7449 | 83 |
</TableLayout> |
84 |
||
85 |
</RelativeLayout> |