Update of /cvsroot/freevo/freevo/skins/dischi1
In directory sc8-pr-cvs1:/tmp/cvs-serv23242

Added Files:
        blue2_big.xml blue2_small.xml 
Log Message:
skin with image listing and info area

--- NEW FILE: blue2_big.xml ---
<?xml version="1.0" ?>
<freevo>
  
  <skin include="blue1_big" geometry="800x600">

    <!-- 
    special settings for audio. The default style is an image based style
    with an info area. By pressing DISPLAY this can be toggled to the default
    view 
    -->
    <menu type="audio">
      <style image="audio menu with info"/>
      <style text="normal text style"/>
    </menu>

    <!-- same for video -->
    <menu type="video">
      <style image="video menu with info"/>
      <style text="normal text style"/>
    </menu>

    
    <!-- Now the "audio menu with info" used by audio-->
    <menuset label="audio menu with info">
      <screen layout="screen0" visible="yes" 
        x="0" y="0" width="800" height="600"/>
      <title layout="title1" visible="yes" 
        x="10" y="10" width="780" height="60"/>
      <listing layout="audio list" visible="yes" 
        x="20" y="120" width="540" height="250"/>
      <view layout="view0" visible="yes" x="580" 
        y="110" width="200" height="300"/>
      <info visible="yes" layout="info" 
        x="20" y="400" width="760" height="190"/>
    </menuset>

    <!-- The "video menu with info" is like the audio one, except a different -->
    <!-- listing area label -->
    <menuset label="video menu with info" inherits="audio menu with info">
      <listing layout="video list" y="100" height="320"/>
      <info y="410" height="180"/>
    </menuset>

    <layout label="title1">
      <content x="210" type="item" font="white big" align="center"/>
    </layout>

    <!-- extended info areas -->
    <layout label="info">
      <content x="5" y="15" width="max-10" height="max-10" type="text"
        spacing="20" font="grey">
        <item type="audio">
          Title:   [EMAIL PROTECTED]@
          Artist:  [EMAIL PROTECTED]@
          Album:   [EMAIL PROTECTED]@ (@year@)
          Track:   [EMAIL PROTECTED]@
        </item>
        <item type="video">
          @tagline@

          @plot@
        </item>
        <item type="dir">
          Directory: [EMAIL PROTECTED]@
        </item>
      </content>
    </layout>


    <!-- listing area for audio with images -->
    <layout label="audio list">
      <content type="image" spacing="4" align="center" valign="center">
        <item type="default" width="100" height="100"/>
        <item type="selected" width="100" height="100">
          <rectangle bgcolor="0xa0000000" size="0" x="-5" y="-5" width="max+10"
            height="max+10"/>
        </item>
      </content>
    </layout>

    <!-- listing area for video with images -->
    <layout label="video list">
      <content type="image" spacing="4" align="center" valign="center">
        <item type="default" width="100" height="140"/>
        <item type="selected" width="100" height="140">
          <rectangle bgcolor="0xa0000000" size="0" x="-5" y="-5" width="max+10"
            height="max+10"/>
        </item>
      </content>
    </layout>

  </skin>
</freevo>
--- NEW FILE: blue2_small.xml ---
<?xml version="1.0" ?>
<freevo>

  <!-- 
  this skin is very simple. It's the same as blue2_big.xml,
  only the fonts are smaller
   -->

  <skin include="blue2_big" geometry="800x600">

    <!--
    This skin only redefines the font sizes for each font
    blue1_big defines, that's it
    -->

    <font label="grey">
      <definition size="16"/>
    </font>

    <font label="white">
      <definition size="16"/>
    </font>

    <font label="yellow shadow">
      <definition name="Arial_Bold" size="16" color="0xffff66"/>
      <shadow visible="yes" color="0x000000" x="1" y="1"/>
    </font>

    <font label="grey big">
      <definition size="30"/>
    </font>

    <font label="white big">
      <definition size="30"/>
    </font>

  </skin>
</freevo>




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to