Skip to content

Commit

Permalink
Update DialogSeekBar.xml
Browse files Browse the repository at this point in the history
fixed label positions on seekbar
  • Loading branch information
karandras committed Feb 12, 2014
1 parent acd717a commit a46a543
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 720p/DialogSeekBar.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--Alaska-->
<window id="115">
<visible>Window.IsActive(2005) + !Window.IsActive(SubtitleSearch) + !Window.IsActive(2901) + !Window.IsActive(142) + !Control.IsVisible(10) + [Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
Expand All @@ -16,10 +16,10 @@
</control>
<control type="label" id="24">
<description>buffering label</description>
<left>465</left>
<left>65</left>
<top>15</top>
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<width>300</width>
<width>30</width>
<align>center</align>
<aligny>center</aligny>
<textcolor>red</textcolor>
Expand Down Expand Up @@ -152,11 +152,11 @@
<control type="group">
<visible>VideoPlayer.Content(episodes)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
<control type="label">
<left>140</left>
<left>80</left>
<top>120</top>
<width>300</width>
<height>25</height>
<align>right</align>
<align>left</align>
<font>Font_RSS_Unicode</font>
<textcolor>mainblue</textcolor>
<label>$INFO[VideoPlayer.Time]</label>
Expand All @@ -176,11 +176,11 @@
<control type="group">
<visible>!VideoPlayer.Content(episodes)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
<control type="label">
<left>130</left>
<left>20</left>
<top>121</top>
<width>300</width>
<height>25</height>
<align>right</align>
<align>left</align>
<font>Font_RSS_Unicode</font>
<textcolor>mainblue</textcolor>
<label>$INFO[VideoPlayer.Time]</label>
Expand Down Expand Up @@ -528,4 +528,4 @@
</control>
</control>
</controls>
</window>
</window>

0 comments on commit a46a543

Please sign in to comment.