<Settings> <tabwidth>90</tabwidth> //give tab's width value for tabwidth <mainAreaWidth>500</mainAreaWidth> // give main background's width value <mainAreaHeight>200</mainAreaHeight> //give main background's height <mainColor>0xFFFFFF</mainColor> // give color of background <tabColor>0x996699</tabColor> // give color of tabs <tabTextColor>0xCCCCCC</tabTextColor> //give color of tab's text <selectedTextColor>0x000000</selectedTextColor> // give pressed tab's color </Settings>
<Tabs> <tab> <Title>About</Title> // give title text for tabs <Content type="internal">About</Content> // type value is --> "internal" or "external" --> internal=attach from library (linkage), external=loadMovie from external file path </tab> </Tabs>
- Fully XML driven.
- features and help
How to set the " xml.xml " :
<Settings>
<tabwidth>90</tabwidth> //give tab's width value for tabwidth
<mainAreaWidth>500</mainAreaWidth> // give main background's width value
<mainAreaHeight>200</mainAreaHeight> //give main background's height
<mainColor>0xFFFFFF</mainColor> // give color of background
<tabColor>0x996699</tabColor> // give color of tabs
<tabTextColor>0xCCCCCC</tabTextColor> //give color of tab's text
<selectedTextColor>0x000000</selectedTextColor> // give pressed tab's color
</Settings>
<Tabs>
<tab>
<Title>About</Title> // give title text for tabs
<Content type="internal">About</Content> // type value is --> "internal" or "external" --> internal=attach from library (linkage), external=loadMovie from external file path
</tab>
</Tabs>