Skip to content

Commit

Permalink
option to toggle Info in ViewsVideoCaseWrap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-max committed Dec 30, 2011
1 parent 50f594d commit f29501b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 720p/MyVideoNav.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="radiobutton" id="99">
<description>Show Info Toggle</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>Full Info</label>
<onclick>Skin.ToggleSetting(fullinfo)</onclick>
<selected>Skin.HasSetting(fullinfo)</selected>
<visible>Control.IsVisible(543)</visible>
</control>
<control type="radiobutton" id="99">
<description>Show Info Toggle</description>
<textwidth>170</textwidth>
Expand Down
19 changes: 19 additions & 0 deletions 720p/ViewsVideoCaseWrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,29 @@
<animation effect="zoom" tween="cubic" end="197.33,278.12,88.88,62.50" time="400">Focus</animation>
</control>
</focusedlayout>
</control>
<control type="group">
<visible>!Skin.HasSetting(fullinfo)</visible>
<visible>!Container(543).OnNext + !Container(543).OnPrevious + Control.IsVisible(543) + !Container.Content(MusicVideos)</visible>
<animation effect="fade" start="0" end="100" time="1000" delay="2500">Visible</animation>
<control type="label">
<posx>0</posx>
<posy>80</posy>
<height>25</height>
<width>1280</width>
<textcolor>white</textcolor>
<scroll>true</scroll>
<font>font30_title</font>
<label>$INFO[ListItem.label]</label>
<align>center</align>
<aligny>center</aligny>
<scroll>true</scroll>
</control>
</control>
<control type="group">
<posx>0</posx>
<posy>0</posy>
<visible>Skin.HasSetting(fullinfo)</visible>
<visible>!Container(543).OnNext + !Container(543).OnPrevious + Control.IsVisible(543) + !Container.Content(MusicVideos)</visible>
<animation effect="fade" time="200">WindowClose</animation>
<animation effect="fade" start="0" end="100" time="1000" delay="2500">WindowOpen</animation>
Expand Down

0 comments on commit f29501b

Please sign in to comment.