-
Notifications
You must be signed in to change notification settings - Fork 1
Example XML File
fahimc edited this page Feb 11, 2013
·
1 revision
<site>
<settings>
<title text="TeaBreak"/>
<content swipe="true" />
<tracking type="google" account="UA-38334114-1" />
</settings>
<view >
<header src="resource/image/logo.png" />
<navbar>
<navbutton text="Home" navigateTo="0" src="" target="" />
<navbutton text="Scroll" navigateTo="2" src="" target="" />
<navbutton text="Map" navigateTo="3" src="" target="" />
<navbutton text="Form" navigateTo="5" src="" target="" />
</navbar>
<carousel marginTop="10px" width="320px" height="300px" auto="true">
<image src="resource/image/1.jpg" />
<image src="resource/image/2.jpg" />
<image src="resource/image/3.jpg" />
<image src="resource/image/4.jpg" />
</carousel>
<button text="Next" navigateTo="1" marginBottom="100px"/>
<footer text="fahimchowdhury.com" />
</view>
</site>