Ticket #6318: recGroup-Terra-v5.patch

File recGroup-Terra-v5.patch, 2.5 KB (added by John Patrick Poet <jppoet@…>, 14 years ago)

Takes advantage of #7461 & #7462 to render the recording groups

  • themes/Terra/recordings-ui.xml

     
    1515            <filename>recordings/groupframe.png</filename>
    1616        </imagetype>
    1717
     18        <buttonlist name="recgroups">
     19            <arrange>stack</arrange>
     20            <area>280,9,720,30</area>
     21            <align>center</align>
     22            <spacing>20</spacing>
     23            <scrollstyle>center</scrollstyle>
     24            <wrapstyle>items</wrapstyle>
     25            <layout>horizontal</layout>
     26            <buttonarea>0,0,100%,100%</buttonarea>
     27            <statetype name="buttonitem">
     28                <state name="active">
     29                    <area>0,0,300,30</area>
     30                    <shape name="recActiveGroupShape">
     31                        <area>0, 0, 100%, 100%</area>
     32                        <minsize>150,100%</minsize>
     33                        <type>roundbox</type>
     34                        <line color="#484537" alpha="255" width="1" />
     35                        <cornerradius>15</cornerradius>
     36                    </shape>
     37                    <textarea name="buttontext">
     38                        <area>3%,0,96%,100%</area>
     39                        <minsize>10%,100%</minsize>
     40                        <align>allcenter</align>
     41                        <cutdown>yes</cutdown>
     42                        <font>basemediumbrown</font>
     43                        <alpha>255</alpha>
     44                    </textarea>
     45                </state>
     46                <state name="selected">
     47                    <area>0,0,300,30</area>
     48                    <shape name="recSelectedGroupShape">
     49                        <area>0, 0, 100%, 100%</area>
     50                        <minsize>150,100%</minsize>
     51                        <type>roundbox</type>
     52                        <fill color="#484537" alpha="255" />
     53                        <line color="#FFFFFF" alpha="255" width="1" />
     54                        <cornerradius>15</cornerradius>
     55                    </shape>
     56                    <textarea name="buttontext">
     57                        <area>3%,0,96%,95%</area>
     58                        <minsize>10%,100%</minsize>
     59                        <align>allcenter</align>
     60                        <font>basemedium</font>
     61                        <alpha>255</alpha>
     62                    </textarea>
     63                </state>
     64                <state name="inactive" from="selected" />
     65            </statetype>
     66            <statetype name="upscrollarrow">
     67                <position>132,247</position>
     68            </statetype>
     69            <statetype name="downscrollarrow">
     70                <position>160,247</position>
     71            </statetype>
     72        </buttonlist>
     73
    1874        <buttonlist name="groups">
    1975            <area>0,58,1280,38</area>
    2076            <spacing>15</spacing>