summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/layouts/sample/vertical/default.lay
blob: 19105aa5929bb1bfc7299c3b4b5c7d7e8f02e225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<mamelayout version="2">
	<view name="Horizontal">
		<screen index="0">
			<bounds left="0" top="0" right="2" bottom="9" />
		</screen>
		<screen index="0">
			<bounds left="14" top="0" right="16" bottom="9" />
		</screen>
		<screen index="0">
			<bounds left="2" top="0" right="14" bottom="9" />
		</screen>
	</view>
	<view name="Vertical">
		<screen index="0">
			<bounds left="0" top="0" right="18.5" bottom="36" />
		</screen>
		<screen index="0">
			<bounds left="45.5" top="0" right="64" bottom="36" />
		</screen>
		<screen index="0">
			<bounds left="18.5" top="0" right="45.5" bottom="36" />
		</screen>
	</view>
</mamelayout>