Skip to content

Commit

Permalink
skin update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Dec 18, 2011
1 parent a2aba17 commit c7767c2
Show file tree
Hide file tree
Showing 18 changed files with 710 additions and 317 deletions.
10 changes: 10 additions & 0 deletions 720p/Font.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
<filename>default.ttf</filename>
<size>30</size>
</font>
<font>
<name>font14m</name>
<filename>menu.ttf</filename>
<size>14</size>
</font>
<font>
<name>font16m</name>
<filename>menu.ttf</filename>
<size>16</size>
</font>
</fontset>
<fontset id="XBMC" idlock="31000" unicode="true">
<font>
Expand Down
46 changes: 28 additions & 18 deletions 720p/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>57</posy>
<posy>61</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
Expand Down Expand Up @@ -63,11 +63,11 @@
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>132</posy>
<posy>136</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
Expand Down Expand Up @@ -117,11 +117,11 @@
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>207</posy>
<posy>211</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
Expand Down Expand Up @@ -166,11 +166,11 @@
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>282</posy>
<posy>286</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
Expand All @@ -190,11 +190,11 @@
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>357</posy>
<posy>361</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
Expand Down Expand Up @@ -249,18 +249,18 @@
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>432</posy>
<posy>436</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
<onright>1000</onright>
<visible>Container(1000).HasFocus(6)</visible>
<control type="button" id="201">
<label>Add-Ons</label>
<label>Get Add-Ons</label>
<include>HomeSubButton</include>
<onclick>-</onclick>
</control>
Expand Down Expand Up @@ -298,18 +298,18 @@
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>507</posy>
<posy>511</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
<onright>1000</onright>
<visible>Container(1000).HasFocus(7)</visible>
<control type="button" id="201">
<label>Weather</label>
<label>Refresh Weather</label>
<include>HomeSubButton</include>
<onclick>-</onclick>
</control>
Expand All @@ -319,14 +319,19 @@
<texture>white.png</texture>
<colordiffuse>normal</colordiffuse>
</control>
<control type="button" id="201">
<label>Change Location</label>
<include>HomeSubButton</include>
<onclick>-</onclick>
</control>
</control>
<control type="grouplist" id="200">
<posx>140</posx>
<posy>582</posy>
<posy>586</posy>
<width>170</width>
<height>300</height>
<orientation>vertical</orientation>
<include>VisibleFade</include>
<include>SubMenuFade</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>1000</onleft>
Expand All @@ -349,6 +354,11 @@
<colordiffuse>normal</colordiffuse>
</control>
<control type="button" id="204">
<label>Profile Settings</label>
<include>HomeSubButton</include>
<onclick>-</onclick>
</control>
<control type="button" id="205">
<label>Skin Settings</label>
<include>HomeSubButton</include>
<onclick>-</onclick>
Expand Down
8 changes: 8 additions & 0 deletions 720p/IncludesAnims.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<includes>
<include name="SubMenuFade">
<animation type="Visible">
<effect type="fade" start="0" end="100" time="150"/>
</animation>
<animation type="Hidden">
<effect type="fade" start="100" end="0" time="150"/>
</animation>
</include>
<include name="VisibleFade">
<animation type="Visible">
<effect type="fade" start="0" end="100" time="400"/>
Expand Down
2 changes: 2 additions & 0 deletions 720p/MyVideoNav.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<views>50</views>
<controls>
<include>DefaultBackground</include>
<include>Fanart</include>
<include>SideMenu</include>
<include>TopMenuVideo</include>
<include>ViewPanelVideo</include>
</controls>
</window>
Loading

0 comments on commit c7767c2

Please sign in to comment.