1<Panel width="384" height="270" background="images/gui/mapview/minimap_bg.png">
2	<TableLayout rows="3" cols="2" border="false">
3		<rowsize row="3" fixed="40"/>
4		<colsize col="1" fixed="174"/>
5		<colsize col="2" fixed="210"/>
6		<rowsize row="2" fixed="185"/>
7		<cell row="1" col="2" valign="bottom">
8			<TableLayout rows="1" cols="5">
9				<cell row="1" col="1" valign="bottom">
10					<CheckButton name="SwitchMiniMap" checked="true">
11						<image src="images/gui/buttons/tabbed/tabbed.png"/>
12						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
13						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
14						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
15						<text-caption font-size="16" translatable="yes">Map</text-caption>
16						<tooltip translatable="yes">Show the MiniMap</tooltip>
17					</CheckButton>
18				</cell>
19				<cell row="1" col="2" valign="bottom">
20					<CheckButton name="SwitchPBar">
21						<image src="images/gui/buttons/tabbed/tabbed.png"/>
22						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
23						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
24						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
25						<text-caption font-size="16" translatable="yes">Stats</text-caption>
26						<tooltip translatable="yes">Show resources.</tooltip>
27					</CheckButton>
28				</cell>
29				<cell row="1" col="3" valign="bottom">
30					<CheckButton name="SwitchGlobalMPS">
31						<image src="images/gui/buttons/tabbed/tabbed.png"/>
32						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
33						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
34						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
35						<text-caption font-size="16" translatable="yes">$</text-caption>
36						<tooltip translatable="yes">Show Income and Expenses. Click this tab again to cycle through views.</tooltip>
37					</CheckButton>
38				</cell>
39				<cell row="1" col="4" valign="bottom">
40					<CheckButton name="SwitchEconomyGraph">
41						<image src="images/gui/buttons/tabbed/tabbed.png"/>
42						<image-hover src="images/gui/buttons/tabbed/tabbed-hover.png"/>
43						<image-clicked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
44						<image-checked src="images/gui/buttons/tabbed/tabbed-clicked.png" />
45						<text-caption font-size="16" translatable="yes">Eco</text-caption>
46						<tooltip translatable="yes">Show economy graphs.</tooltip>
47					</CheckButton>
48				</cell>
49			</TableLayout>
50		</cell>
51		<cell row="2" col="1">
52			<TableLayout rows="3" cols="3" border="false">
53				<rowsize row="1" relative="1"/>
54				<rowsize row="2" fixed="20"/>
55				<rowsize row="3" fixed="45"/>
56				<colsize col="1" relative="1"/>
57				<colsize col="2" fixed="40"/>
58				<colsize col="3" fixed="35"/>
59				<cell row="2" col="3">
60					<Button name="ZoomInButton">
61						<image src="images/gui/buttons/round/button-round-40.png"/>
62						<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
63						<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
64						<image-caption src="images/gui/zoom/zoomin.png"/>
65						<tooltip translatable="yes">[+] Zoom in view so that less buildings but more details are visible</tooltip>
66					</Button>
67				</cell>
68				<cell row="3" col="2">
69					<Button name="ZoomOutButton">
70						<image src="images/gui/buttons/round/button-round-40.png"/>
71						<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
72						<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
73						<image-caption src="images/gui/zoom/zoomout.png"/>
74						<tooltip translatable="yes">[-] Zoom out</tooltip>
75					</Button>
76				</cell>
77			</TableLayout>
78		</cell>
79		<cell row="3" col="1" >
80			<TableLayout rows="1" cols="5">
81				<rowsize row="1" fixed="39"/>
82				<colsize col="2" fixed="39"/>
83				<colsize col="3" fixed="39"/>
84				<colsize col="4" fixed="39"/>
85				<colsize col="5" fixed="39"/>
86				<cell row="1" col="2">
87					<Button name="HelpButton">
88						<image src="images/gui/buttons/round/button-round-40.png"/>
89						<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
90						<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
91						<image-caption src="images/gui/info/info.png"/>
92						<tooltip translatable="yes">[F1] Press this button to get help</tooltip>
93					</Button>
94				</cell>
95				<cell row="1" col="3">
96					<Button name="hideHighBuildings">
97						<image src="images/gui/buttons/round/button-round-40.png"/>
98						<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
99						<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
100						<image-caption src="images/gui/info/hidehigh.png"/>
101						<tooltip translatable="yes">[h] Hide high buildings. </tooltip>
102					</Button>
103				</cell>
104				<cell row="1" col="4">
105					<Button name="StatButton">
106						<image src="images/gui/buttons/round/button-round-40.png"/>
107						<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
108						<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
109						<image-caption src="images/gui/info/statistics.png"/>
110						<tooltip translatable="yes">Press this button to show statistics</tooltip>
111					</Button>
112				</cell>
113				<cell row="1" col="5">
114					<Button name="mapOverlay">
115						<image src="images/gui/buttons/round/button-round-40.png"/>
116						<image-hover src="images/gui/buttons/round/button-round-hover-40.png"/>
117						<image-clicked src="images/gui/buttons/round/button-round-clicked-40.png"/>
118						<image-caption src="images/gui/info/mapoverlay.png"/>
119						<tooltip translatable="yes">[v] Cycle through MiniMap overlay modes. </tooltip>
120					</Button>
121				</cell>
122			</TableLayout>
123        </cell>
124		<cell row="2" col="2" rowspan="2">
125            <TableLayout rows="2" cols="1">
126		    <rowsize row="1" fixed="200"/>
127                <cell row="1" col="1">
128                    <SwitchComponent name="MiniMapSwitch">
129                        <MiniMap name="MiniMap" width="200" height="200" tilesize="2"/>
130                        <Import src="gui/pbar.xml"/>
131                        <Mps name="GlobalMPS">
132                            <Import src="gui/mps.xml"/>
133                        </Mps>
134                        <Mps name="MapMPS">
135                            <Import src="gui/mps.xml"/>
136                        </Mps>
137                        <Mps name="EnvMPS">
138                            <Import src="gui/mps.xml"/>
139                        </Mps>
140                        <EconomyGraph name="EconomyGraph" width="200" height="200" />
141                    </SwitchComponent>
142		        </cell>
143                <cell row="2" col="1" >
144                    <Import src="gui/minimapswitchbuttons.xml" />
145                </cell>
146            </TableLayout>
147        </cell>
148	</TableLayout>
149</Panel>
150