<?xml version="1.0" encoding="utf-8"?>
<layout>
	<tabs onchange="update" color="#797061">
		<tab text="France 24">
			<list id="id1" ontap="tap">
				<item>Loading...</item>
			</list>
		</tab>
		<tab text="BFM">
			<list id="id2" ontap="tap">
				<item>Loading...</item>
			</list>
		</tab>
		<tab text="nav">
			<row  weight="2">
				<button id="button_close"
					ontap="closetab"
					text="close"/>
			</row>
			<row  weight="5">
				<button id="button_up"
					ontap="goup"
					text="up"/>
			</row>
			<row  weight="5">
				<button id="button_down"
					ontap="godown"
					text="down"/>
			</row>
		</tab>
	</tabs>
</layout>