Ticket #11101: patch-standby.diff

File patch-standby.diff, 2.0 KB (added by Yeechang Lee <ylee@…>, 12 years ago)

patch for standby popup in themes/default/status-ui.xml

  • status-ui.xml

    old new  
    121121                    <!--<imagetype name="icon">-->
    122122                    <shape name="iconplaceholder">
    123123                        <area>30,10,80,80</area>
    124                         <fill color="#CC0000" />
     124                        <fill color="#666666" />
    125125                    </shape>
    126126                    <!-- </imagetype>-->
    127127                    <textarea name="status">
    128                         <area>130,15,220,60</area>
     128                        <area>130,15,220,80</area>
    129129                        <font>basemedium</font>
    130130                        <value>Backend is idle</value>
    131131                        <align>allcenter</align>
     
    133133                    </textarea>
    134134                </state>
    135135                <state name="recording" from="idle">
     136                    <shape name="iconplaceholder">
     137                        <fill color="#80DF00" />
     138                    </shape>
    136139                    <textarea name="status">
    137140                        <value>Backend is recording</value>
    138141                    </textarea>
    139142                </state>
    140143                <state name="shuttingdown" from="idle">
     144                    <shape name="iconplaceholder">
     145                        <fill color="#FFFF33" />
     146                    </shape>
    141147                    <textarea name="status">
    142                         <value>Backend is recording</value>
     148                        <value>Backend is shutting down</value>
    143149                    </textarea>
    144150                </state>
    145151                <state name="offline" from="idle">
     152                    <shape name="iconplaceholder">
     153                        <fill color="#800900" />
     154                    </shape>
    146155                    <textarea name="status">
    147                         <value>Backend is recording</value>
     156                        <value>Backend is offline</value>
    148157                    </textarea>
    149158                </state>
    150159            </statetype>