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   
Extensible Markup Language  |  2005-04-16  |  5KB  |  161 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE  constraint-set
  3.     PUBLIC "-//Brunch Boy Design//RelativeLayout Constraint Set DTD 1.0//EN"
  4.     "http://dtd.brunchboy.com/RelativeLayout/constraint-set.dtd">
  5. <constraint-set>
  6.  
  7.     <constrain name="filterLabel">
  8.         <top>
  9.             <toAttribute reference="_container" attribute="top" offset="10"/>
  10.         </top>
  11.         <left>
  12.             <toAttribute reference="_container" attribute="left" offset="10"/>
  13.         </left>
  14.     </constrain>
  15.  
  16.     <constrain name="dropdown">
  17.         <top>
  18.             <toAttribute reference="_container" attribute="top" offset="10"/>
  19.         </top>
  20.         <left>
  21.             <toAttribute reference="filterLabel" attribute="right" offset="10"/>
  22.         </left>
  23.         <right>
  24.             <toAttribute reference="artistRadio" attribute="left" offset="-10"/>
  25.         </right>
  26.     </constrain>
  27.  
  28.     <constrain name="artistRadio">
  29.        <top>
  30.             <toAttribute reference="filterLabel" attribute="top"/>
  31.         </top>
  32.         <right>
  33.             <toAttribute reference="albumRadio" attribute="left" offset="-10"/>
  34.         </right>
  35.     </constrain>
  36.  
  37.     <constrain name="albumRadio">
  38.        <top>
  39.             <toAttribute reference="filterLabel" attribute="top"/>
  40.         </top>
  41.         <right>
  42.             <toAttribute reference="table" attribute="right"/>
  43.         </right>
  44.     </constrain>
  45.  
  46.     <constrain name="table">
  47.        <top>
  48.             <toAttribute reference="filterLabel" attribute="bottom" offset="10"/>
  49.         </top>
  50.         <left>
  51.             <toAttribute reference="filterLabel" attribute="left"/>
  52.         </left>
  53.         <right>
  54.             <toAttribute reference="fillButton,oneButton,selectButton,allButton" attribute="left" offset="-10"/>
  55.         </right>
  56.         <bottom>
  57.             <toAttribute reference="clearButton" attribute="top" offset="-10"/>
  58.         </bottom>
  59.     </constrain>
  60.  
  61.     <constrain name="fillButton">
  62.         <top>
  63.             <toAttribute reference="table" attribute="top"/>
  64.         </top>
  65.         <right>
  66.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  67.         </right>
  68.     </constrain>
  69.  
  70.     <constrain name="oneButton">
  71.         <right>
  72.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  73.         </right>
  74.        <top>
  75.             <toAttribute reference="fillButton" attribute="bottom" offset="10"/>
  76.         </top>
  77.     </constrain>
  78.  
  79.     <constrain name="selectButton">
  80.         <right>
  81.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  82.         </right>
  83.        <top>
  84.             <toAttribute reference="oneButton" attribute="bottom" offset="10"/>
  85.         </top>
  86.     </constrain>
  87.  
  88.     <constrain name="allButton">
  89.         <right>
  90.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  91.         </right>
  92.        <top>
  93.             <toAttribute reference="selectButton" attribute="bottom" offset="10"/>
  94.         </top>
  95.     </constrain>
  96.  
  97.     <constrain name="filesLabel">
  98.         <left>
  99.             <toAttribute reference="allButton" attribute="left"/>
  100.         </left>
  101.         <bottom>
  102.             <toAttribute reference="sizeLabel" attribute="top" offset="-10"/>
  103.         </bottom>
  104.     </constrain>
  105.  
  106.     <constrain name="files">
  107.         <left>
  108.             <toAttribute reference="filesLabel" attribute="right" offset="10"/>
  109.         </left>
  110.         <bottom>
  111.             <toAttribute reference="filesLabel" attribute="bottom"/>
  112.         </bottom>
  113.     </constrain>
  114.  
  115.     <constrain name="sizeLabel">
  116.         <left>
  117.             <toAttribute reference="filesLabel" attribute="left"/>
  118.         </left>
  119.         <bottom>
  120.             <toAttribute reference="table" attribute="bottom"/>
  121.         </bottom>
  122.     </constrain>
  123.  
  124.     <constrain name="size">
  125.         <left>
  126.             <toAttribute reference="sizeLabel" attribute="right" offset="10"/>
  127.         </left>
  128.         <bottom>
  129.             <toAttribute reference="sizeLabel" attribute="bottom"/>
  130.         </bottom>
  131.     </constrain>
  132.  
  133.     <constrain name="clearButton">
  134.         <left>
  135.             <toAttribute reference="_container" attribute="left" offset="10"/>
  136.         </left>
  137.         <bottom>
  138.             <toAttribute reference="_container" attribute="bottom" offset="-10"/>
  139.         </bottom>
  140.     </constrain>
  141.  
  142.     <constrain name="copyButton">
  143.         <horizontalCenter>
  144.             <toAttribute reference="_container" attribute="horizontalCenter"/>
  145.         </horizontalCenter>
  146.         <bottom>
  147.             <toAttribute reference="clearButton" attribute="bottom"/>
  148.         </bottom>
  149.     </constrain>
  150.  
  151.     <constrain name="exitButton">
  152.         <right>
  153.             <toAttribute reference="_container" attribute="right" offset="-10"/>
  154.         </right>
  155.         <bottom>
  156.             <toAttribute reference="clearButton" attribute="bottom"/>
  157.         </bottom>
  158.     </constrain>
  159.  
  160. </constraint-set>
  161.