home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 68
/
Freelog068.iso
/
BAS
/
Musique
/
MrRandom
/
mr_random_1.0.1-install.exe
/
mr.random.jar
/
option.xml
< prev
next >
Wrap
Extensible Markup Language
|
2005-04-16
|
6KB
|
212 lines
<?xml version="1.0"?>
<!DOCTYPE constraint-set
PUBLIC "-//Brunch Boy Design//RelativeLayout Constraint Set DTD 1.0//EN"
"http://dtd.brunchboy.com/RelativeLayout/constraint-set.dtd">
<constraint-set>
<constrain name="colLabel">
<top>
<toAttribute reference="_container" attribute="top" offset="10"/>
</top>
<left>
<toAttribute reference="_container" attribute="left" offset="10"/>
</left>
</constrain>
<constrain name="colField">
<top>
<toAttribute reference="colLabel" attribute="top"/>
</top>
<left>
<toAttribute reference="colLabel,devLabel" attribute="right" offset="10"/>
</left>
<right>
<toAttribute reference="colChoose,devChoose" attribute="left" offset="-10"/>
</right>
</constrain>
<constrain name="colChoose">
<top>
<toAttribute reference="colLabel" attribute="top"/>
</top>
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
</constrain>
<constrain name="devLabel">
<top>
<toAttribute reference="colLabel" attribute="bottom" offset="20"/>
</top>
<left>
<toAttribute reference="colLabel" attribute="left"/>
</left>
</constrain>
<constrain name="devField">
<top>
<toAttribute reference="devLabel" attribute="top"/>
</top>
<left>
<toAttribute reference="colLabel,devLabel" attribute="right" offset="10"/>
</left>
<right>
<toAttribute reference="colChoose,devChoose" attribute="left" offset="-10"/>
</right>
</constrain>
<constrain name="devChoose">
<top>
<toAttribute reference="devLabel" attribute="top"/>
</top>
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
</constrain>
<constrain name="devTypeLabel">
<top>
<toAttribute reference="devLabel" attribute="bottom" offset="20"/>
</top>
<left>
<toAttribute reference="devLabel" attribute="left"/>
</left>
</constrain>
<constrain name="devTypeDropdown">
<top>
<toAttribute reference="devTypeLabel" attribute="top"/>
</top>
<left>
<toAttribute reference="devTypeLabel" attribute="right" offset="10"/>
</left>
</constrain>
<constrain name="capacityLabel">
<top>
<toAttribute reference="devTypeLabel" attribute="top"/>
</top>
<left>
<toAttribute reference="devTypeDropdown" attribute="right" offset="20"/>
</left>
</constrain>
<constrain name="devSpin">
<left>
<toAttribute reference="capacityLabel" attribute="right" offset="10"/>
</left>
<top>
<toAttribute reference="devTypeLabel" attribute="top"/>
</top>
</constrain>
<constrain name="mbLabel">
<top>
<toAttribute reference="devTypeLabel" attribute="top"/>
</top>
<left>
<toAttribute reference="devSpin" attribute="right" offset="5"/>
</left>
</constrain>
<constrain name="histLabel">
<left>
<toAttribute reference="devLabel" attribute="left"/>
</left>
<top>
<toAttribute reference="devTypeLabel" attribute="bottom" offset="20"/>
</top>
</constrain>
<constrain name="histRadioOn">
<left>
<toAttribute reference="histLabel" attribute="right" offset="10"/>
</left>
<top>
<toAttribute reference="histLabel" attribute="top"/>
</top>
</constrain>
<constrain name="histRadioOff">
<left>
<toAttribute reference="histRadioOn" attribute="right" offset="10"/>
</left>
<top>
<toAttribute reference="histLabel" attribute="top"/>
</top>
</constrain>
<constrain name="histDaysLabel">
<left>
<toAttribute reference="histRadioOff" attribute="right" offset="20"/>
</left>
<top>
<toAttribute reference="histLabel" attribute="top"/>
</top>
</constrain>
<constrain name="histSpin">
<left>
<toAttribute reference="histDaysLabel" attribute="right" offset="10"/>
</left>
<top>
<toAttribute reference="histLabel" attribute="top"/>
</top>
</constrain>
<constrain name="themesLabel">
<left>
<toAttribute reference="devLabel" attribute="left"/>
</left>
<top>
<toAttribute reference="histLabel" attribute="bottom" offset="20"/>
</top>
<bottom>
<toAttribute reference="_container" attribute="bottom" offset="-40"/>
</bottom>
</constrain>
<constrain name="themesDropdown">
<left>
<toAttribute reference="themesLabel" attribute="right" offset="10"/>
</left>
<top>
<toAttribute reference="themesLabel" attribute="top"/>
</top>
</constrain>
<constrain name="languageLabel">
<left>
<toAttribute reference="themesDropdown" attribute="right" offset="20"/>
</left>
<top>
<toAttribute reference="themesLabel" attribute="top"/>
</top>
<bottom>
<toAttribute reference="_container" attribute="bottom" offset="-40"/>
</bottom>
</constrain>
<constrain name="languageDropdown">
<left>
<toAttribute reference="languageLabel" attribute="right" offset="10"/>
</left>
<top>
<toAttribute reference="themesLabel" attribute="top"/>
</top>
</constrain>
<constrain name="okButton">
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
<bottom>
<toAttribute reference="_container" attribute="bottom" offset="-10"/>
</bottom>
<top>
<toAttribute reference="themesLabel" attribute="bottom" offset="10"/>
</top>
</constrain>
</constraint-set>