Skip to content

Commit

Permalink
Update: Various cosmetic changes and code cleanup
Browse files Browse the repository at this point in the history
Update includes new favourite screen and additional options for home
screen background
  • Loading branch information
Sranshaft committed Feb 12, 2014
1 parent 0f3108a commit e5f671f
Show file tree
Hide file tree
Showing 26 changed files with 559 additions and 407 deletions.
23 changes: 8 additions & 15 deletions 720p/Custom_Hub_Movies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,8 @@

<posx>45</posx>
<posy>58</posy>
<width>600</width>
<height>30</height>
<label>EXPLORE</label>
<font>ForumBrowser-PageLabels</font>
<textcolor>Label_Normal</textcolor>
<aligny>top</aligny>
<wrapmultiline>true</wrapmultiline>
<scrollspeed>0</scrollspeed>
<angle>-90</angle>
<include>Common_Vertical_Label</include>

<include>Common_Animation_Vertical_Label</include>

Expand Down Expand Up @@ -304,13 +297,13 @@

</control>

<include>ViewList_RootMenu_Featured</include>
<include>ViewList_RootMenu_RecentlyAdded</include>
<include>ViewList_RootMenu_AiringToday</include>
<include>ViewList_RootMenu_InCinemas</include>
<include>ViewList_RootMenu_NearbyEvents</include>
<include>ViewList_RootMenu_History</include>
<include>ViewList_RootMenu_Trakt</include>
<include>Hub_Featured</include>
<include>Hub_RecentlyAdded</include>
<include>Hub_AiringToday</include>
<include>Hub_InCinemas</include>
<include>Hub_NearbyEvents</include>
<include>Hub_History</include>
<include>Hub_Trakt</include>

</control>

Expand Down
23 changes: 8 additions & 15 deletions 720p/Custom_Hub_Music.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,8 @@

<posx>45</posx>
<posy>58</posy>
<width>600</width>
<height>30</height>
<label>EXPLORE</label>
<font>ForumBrowser-PageLabels</font>
<textcolor>Label_Normal</textcolor>
<aligny>top</aligny>
<wrapmultiline>true</wrapmultiline>
<scrollspeed>0</scrollspeed>
<angle>-90</angle>
<include>Common_Vertical_Label</include>

<include>Common_Animation_Vertical_Label</include>

Expand Down Expand Up @@ -276,13 +269,13 @@

</control>

<include>ViewList_RootMenu_Featured</include>
<include>ViewList_RootMenu_RecentlyAdded</include>
<include>ViewList_RootMenu_AiringToday</include>
<include>ViewList_RootMenu_InCinemas</include>
<include>ViewList_RootMenu_NearbyEvents</include>
<include>ViewList_RootMenu_History</include>
<include>ViewList_RootMenu_Trakt</include>
<include>Hub_Featured</include>
<include>Hub_RecentlyAdded</include>
<include>Hub_AiringToday</include>
<include>Hub_InCinemas</include>
<include>Hub_NearbyEvents</include>
<include>Hub_History</include>
<include>Hub_Trakt</include>

</control>

Expand Down
25 changes: 9 additions & 16 deletions 720p/Custom_Hub_TV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,8 @@

<posx>45</posx>
<posy>58</posy>
<width>600</width>
<height>30</height>
<label>EXPLORE</label>
<font>ForumBrowser-PageLabels</font>
<textcolor>Label_Normal</textcolor>
<aligny>top</aligny>
<wrapmultiline>true</wrapmultiline>
<scrollspeed>0</scrollspeed>
<angle>-90</angle>
<include>Common_Vertical_Label</include>

<include>Common_Animation_Vertical_Label</include>

Expand Down Expand Up @@ -204,7 +197,7 @@
<thumb>hub/hub_recentlyadded_small.png</thumb>
<onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick>
</item>

<item>
<description>Actors</description>
<label>Actors</label>
Expand Down Expand Up @@ -273,13 +266,13 @@

</control>

<include>ViewList_RootMenu_Featured</include>
<include>ViewList_RootMenu_RecentlyAdded</include>
<include>ViewList_RootMenu_AiringToday</include>
<include>ViewList_RootMenu_InCinemas</include>
<include>ViewList_RootMenu_NearbyEvents</include>
<include>ViewList_RootMenu_History</include>
<include>ViewList_RootMenu_Trakt</include>
<include>Hub_Featured</include>
<include>Hub_RecentlyAdded</include>
<include>Hub_AiringToday</include>
<include>Hub_InCinemas</include>
<include>Hub_NearbyEvents</include>
<include>Hub_History</include>
<include>Hub_Trakt</include>

</control>

Expand Down
2 changes: 1 addition & 1 deletion 720p/Custom_Splash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<zorder>2</zorder>

<onload>AlarmClock(CloseSplash,Dialog.Close(60, force),00:02,silent)</onload>
<onload>AlarmClock(CloseSplash,Dialog.Close(60, force),00:01,silent)</onload>

<controls>

Expand Down
Loading

0 comments on commit e5f671f

Please sign in to comment.