Skip to content

Commit

Permalink
PVR alignment fixes (last one I think)
Browse files Browse the repository at this point in the history
Discovered "Demo mode" and used it to show me all the things my PVR
server doesn't seem to show me.
Aligned all the icons and text fields.
  • Loading branch information
MacGyverr committed Jan 1, 2015
1 parent 1184410 commit d0713fb
Show file tree
Hide file tree
Showing 4 changed files with 1,174 additions and 1,162 deletions.
10 changes: 5 additions & 5 deletions 720p/MyPVRChannels.xml
Expand Up @@ -60,15 +60,15 @@
<control type="image">
<description>Channel icon</description>
<posx>370</posx>
<posy>8</posy>
<posy>5</posy>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Icon]</texture>
</control>
<control type="progress">
<description>Channel progressbar</description>
<posx>115</posx>
<posy>52</posy>
<posy>54</posy>
<width>350</width>
<height>6</height>
<colordiffuse>88FFFFFF</colordiffuse>
Expand Down Expand Up @@ -121,15 +121,15 @@
<control type="image">
<description>Channel icon</description>
<posx>370</posx>
<posy>8</posy>
<posy>5</posy>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Icon]</texture>
</control>
<control type="progress">
<description>Channel progressbar</description>
<posx>115</posx>
<posy>52</posy>
<posy>54</posy>
<width>350</width>
<height>6</height>
<colordiffuse>88FFFFFF</colordiffuse>
Expand Down Expand Up @@ -163,7 +163,7 @@
<posy>20</posy>
<width>704</width>
<height>396</height>
<texture background="true" diffuse="diffuse_fanart.png" fallback="home_art/livetv.jpg">$INFO[Skin.String(CustomLiveTV)]</texture>
<texture background="true" fallback="home_art/livetv.jpg">$INFO[Skin.String(CustomLiveTV)]</texture>
<aspectratio aligny="bottom">stretch</aspectratio>
<visible>!Player.HasVideo</visible>
</control>
Expand Down

1 comment on commit d0713fb

@MacGyverr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screenshot000
screenshot001
screenshot002
screenshot003
screenshot004
screenshot005
screenshot006

Please sign in to comment.