home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 68
/
Freelog068.iso
/
BAS
/
Musique
/
MrRandom
/
mr_random_1.0.1-install.exe
/
mr.random.jar
/
random.xml
< prev
Wrap
Extensible Markup Language
|
2005-04-16
|
5KB
|
161 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="filterLabel">
<top>
<toAttribute reference="_container" attribute="top" offset="10"/>
</top>
<left>
<toAttribute reference="_container" attribute="left" offset="10"/>
</left>
</constrain>
<constrain name="dropdown">
<top>
<toAttribute reference="_container" attribute="top" offset="10"/>
</top>
<left>
<toAttribute reference="filterLabel" attribute="right" offset="10"/>
</left>
<right>
<toAttribute reference="artistRadio" attribute="left" offset="-10"/>
</right>
</constrain>
<constrain name="artistRadio">
<top>
<toAttribute reference="filterLabel" attribute="top"/>
</top>
<right>
<toAttribute reference="albumRadio" attribute="left" offset="-10"/>
</right>
</constrain>
<constrain name="albumRadio">
<top>
<toAttribute reference="filterLabel" attribute="top"/>
</top>
<right>
<toAttribute reference="table" attribute="right"/>
</right>
</constrain>
<constrain name="table">
<top>
<toAttribute reference="filterLabel" attribute="bottom" offset="10"/>
</top>
<left>
<toAttribute reference="filterLabel" attribute="left"/>
</left>
<right>
<toAttribute reference="fillButton,oneButton,selectButton,allButton" attribute="left" offset="-10"/>
</right>
<bottom>
<toAttribute reference="clearButton" attribute="top" offset="-10"/>
</bottom>
</constrain>
<constrain name="fillButton">
<top>
<toAttribute reference="table" attribute="top"/>
</top>
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
</constrain>
<constrain name="oneButton">
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
<top>
<toAttribute reference="fillButton" attribute="bottom" offset="10"/>
</top>
</constrain>
<constrain name="selectButton">
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
<top>
<toAttribute reference="oneButton" attribute="bottom" offset="10"/>
</top>
</constrain>
<constrain name="allButton">
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
<top>
<toAttribute reference="selectButton" attribute="bottom" offset="10"/>
</top>
</constrain>
<constrain name="filesLabel">
<left>
<toAttribute reference="allButton" attribute="left"/>
</left>
<bottom>
<toAttribute reference="sizeLabel" attribute="top" offset="-10"/>
</bottom>
</constrain>
<constrain name="files">
<left>
<toAttribute reference="filesLabel" attribute="right" offset="10"/>
</left>
<bottom>
<toAttribute reference="filesLabel" attribute="bottom"/>
</bottom>
</constrain>
<constrain name="sizeLabel">
<left>
<toAttribute reference="filesLabel" attribute="left"/>
</left>
<bottom>
<toAttribute reference="table" attribute="bottom"/>
</bottom>
</constrain>
<constrain name="size">
<left>
<toAttribute reference="sizeLabel" attribute="right" offset="10"/>
</left>
<bottom>
<toAttribute reference="sizeLabel" attribute="bottom"/>
</bottom>
</constrain>
<constrain name="clearButton">
<left>
<toAttribute reference="_container" attribute="left" offset="10"/>
</left>
<bottom>
<toAttribute reference="_container" attribute="bottom" offset="-10"/>
</bottom>
</constrain>
<constrain name="copyButton">
<horizontalCenter>
<toAttribute reference="_container" attribute="horizontalCenter"/>
</horizontalCenter>
<bottom>
<toAttribute reference="clearButton" attribute="bottom"/>
</bottom>
</constrain>
<constrain name="exitButton">
<right>
<toAttribute reference="_container" attribute="right" offset="-10"/>
</right>
<bottom>
<toAttribute reference="clearButton" attribute="bottom"/>
</bottom>
</constrain>
</constraint-set>