Skip to content

Commit

Permalink
mute icon into time sublabel
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 27, 2016
1 parent 8be55e8 commit 65f7514
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions xml/DialogVolumeBar.xml
Expand Up @@ -7,6 +7,7 @@
<centerleft>50%</centerleft>
<width>112</width>
<top>0</top>
<animation effect="fade" start="100" end="0" time="200" delay="1000" condition="Player.Muted">Conditional</animation>
<animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<control type="progress" id="29999">
Expand Down
10 changes: 10 additions & 0 deletions xml/Includes.xml
Expand Up @@ -994,6 +994,16 @@
<texture>$INFO[Weather.FanartCode,weather/small/,.png]</texture>
<visible>Skin.HasSetting(show_weatherinfo) + Weather.IsFetched + ![String.IsEqual(Weather.FanartCode,na)]</visible>
</control>
<control type="image">
<top>8</top>
<left>-20</left>
<width>60</width>
<height>40</height>
<fadetime>300</fadetime>
<aspectratio aligny="center" align="center">keep</aspectratio>
<texture>dialogs/volume/mute.png</texture>
<visible>Player.Muted</visible>
</control>
</control>
<control type="label" id="23000">
<top>0</top>
Expand Down

0 comments on commit 65f7514

Please sign in to comment.