Advertisement
Guest User

CustomDialogSeekBar.xml

a guest
Mar 23rd, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3.     <visible>Player.Seeking | Player.DisplayAfterSeek | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding</visible>
  4.     <visible>!Window.IsActive(videoosd) + Window.IsActive(fullscreenvideo)</visible>
  5.     <visible>!Window.IsVisible(DialogFullScreenInfo.xml)</visible>
  6.     <animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
  7.     <animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
  8.     <depth>DepthOSD</depth>
  9.     <controls>
  10.         <control type="group">
  11.             <centerleft>50%</centerleft>
  12.             <width>1920</width>
  13.         <control type="image">
  14.                     <right>31</right>
  15.                     <top>598</top>
  16.                     <width>500</width>
  17.                     <height>281</height>
  18.                     <texture>$VAR[PlayerClearArt]</texture>
  19.                     <aspectratio align="center" aligny="bottom">keep</aspectratio>
  20.                     <visible>Skin.HasSetting(enable_playerclearart) + [String.IsEmpty(Skin.String(clearart_position)) | String.IsEqual(Skin.String(clearart_position),$LOCALIZE[40088])]</visible>
  21.                     <visible>!Window.IsVisible(DialogSubtitles.xml)</visible>
  22.                 </control>
  23.                 <control type="image">
  24.                     <left>31</left>
  25.                     <top>598</top>
  26.                     <width>500</width>
  27.                     <height>281</height>
  28.                     <texture>$VAR[PlayerClearArt]</texture>
  29.                     <aspectratio align="center" aligny="bottom">keep</aspectratio>
  30.                     <visible>Skin.HasSetting(enable_playerclearart) + String.IsEqual(Skin.String(clearart_position),$LOCALIZE[40089])</visible>
  31.                     <visible>!Window.IsVisible(DialogSubtitles.xml)</visible>
  32.                 </control>
  33.                 <control type="image">
  34.                     <centerleft>50%</centerleft>
  35.                     <top>598</top>
  36.                     <width>500</width>
  37.                     <height>281</height>
  38.                     <texture>$VAR[PlayerClearArt]</texture>
  39.                     <aspectratio align="center" aligny="bottom">keep</aspectratio>
  40.                     <visible>Skin.HasSetting(enable_playerclearart) + String.IsEqual(Skin.String(clearart_position),$LOCALIZE[40090])</visible>
  41.                     <visible>!Window.IsVisible(DialogSubtitles.xml)</visible>
  42.                 </control>
  43.         <control type="image">
  44.             <left>665</left> <!-- original 10 -->
  45.             <top>11</top> <!-- original 860 -->
  46.             <width>616</width><!--  original 1900 -->
  47.             <height>133</height><!--  original 200 -->
  48.             <texture border="40">buttons/dialogbutton-nofo.png</texture>
  49.         </control>
  50.         <control type="group">
  51.             <top>20</top> <!-- original 890 -->
  52.             <control type="label">
  53.                 <top>5</top>
  54.                 <right>870</right> <!-- original 51 -->
  55.                 <width>400</width>
  56.                 <height>20</height>
  57.                 <align>right</align>
  58.                 <aligny>center</aligny>
  59.                 <font>font12_title</font>
  60.                 <label>[COLOR=$VAR[SkinColorVar]]$LOCALIZE[21396] : [/COLOR]$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
  61.                 <visible>player.chaptercount + Window.IsVisible(FullScreenVideo)</visible>
  62.             </control>
  63.             <!-- <control type="label">
  64.                 <left>40</left>
  65.                 <top>7</top>
  66.                 <width>240</width>
  67.                 <height>20</height>
  68.                 <aligny>center</aligny>
  69.                 <font>font12_title</font>
  70.                 <textcolor>$VAR[SkinColorVar]</textcolor>
  71.                 <label>$VAR[SeekLabel]</label>
  72.             </control> -->
  73.             <!-- <control type="label">
  74.                 <left>850</left>
  75.                 <top>7</top>
  76.                 <width>240</width>
  77.                 <height>20</height>
  78.                 <aligny>center</aligny>
  79.                 <align>center</align>
  80.                 <font>font12_title</font>
  81.                 <textcolor>$VAR[SkinColorVar]</textcolor>
  82.                 <label>$LOCALIZE[31080]</label>
  83.             </control> -->
  84.             <!-- <control type="label">
  85.                 <left>850</left>
  86.                 <top>40</top>
  87.                 <width>240</width>
  88.                 <height>20</height>
  89.                 <aligny>center</aligny>
  90.                 <align>center</align>
  91.                 <font>font13_title</font>
  92.                 <label>$INFO[Player.FinishTime]</label>
  93.             </control> -->
  94.             <!-- <control type="label">
  95.                 <top>40</top>
  96.                 <right>51</right>
  97.                 <width>400</width>
  98.                 <height>20</height>
  99.                 <align>right</align>
  100.                 <aligny>center</aligny>
  101.                 <font>font13_title</font>
  102.                 <label>[COLOR=$VAR[SkinColorVar]]$LOCALIZE[31134] : [/COLOR]$INFO[Player.TimeRemaining]</label>
  103.             </control> -->
  104.             <control type="label">
  105.                 <left>850</left> <!-- original 40 -->
  106.                 <top>30</top> <!-- original 40 -->
  107.                 <width>350</width>
  108.                 <height>20</height>
  109.                 <font>font13_title</font>
  110.                 <aligny>center</aligny>
  111.                 <label>$VAR[SeekTimeLabelVar]</label>
  112.             </control>
  113.             <control type="progress">
  114.                 <animation effect="fade" end="0" time="200">WindowClose</animation>
  115.                 <left>695</left> <!-- original 30 -->
  116.                 <top>60</top> <!-- original 80 -->
  117.                 <width>551</width> <!-- original 1858 -->
  118.                 <height>20</height> <!-- original 30 -->
  119.                 <info>Player.ProgressCache</info>
  120.                 <!-- <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg> -->
  121.                 <!-- <midtexture colordiffuse="$VAR[SkinColorVar]">colors/white50.png</midtexture> -->
  122.             </control>
  123.             <control type="progress">
  124.                 <animation effect="fade" end="0" time="200">WindowClose</animation>
  125.                 <left>695</left><!-- original 30 -->
  126.                 <top>60</top> <!-- original 80 -->
  127.                 <width>551</width> <!-- original 1858 -->
  128.                 <height>20</height> <!-- original 30 -->
  129.                 <info>Player.Progress</info>
  130.                 <!-- <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg> -->
  131.                 <!-- <midtexture colordiffuse="$VAR[SkinColorVar]">colors/white50.png</midtexture> -->
  132.             </control>
  133.             <control type="slider" id="401">
  134.                 <left>695</left> <!-- original 30 -->
  135.                 <top>63</top> <!-- original 70 -->
  136.                 <width>551</width> <!-- original 1858 -->
  137.                 <height>15</height> <!-- original 50 -->
  138.                 <onup>8010</onup>
  139.                 <ondown>650</ondown>
  140.                 <texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_bar.png</texturesliderbar>
  141.                 <textureslidernib colordiffuse="$VAR[SkinColorVar]">osd/progress/nub_bar.png</textureslidernib>
  142.                 <textureslidernibfocus colordiffuse="$VAR[SkinColorVar]">colors/white.png</textureslidernibfocus>
  143.             </control>
  144.         </control>
  145.         </control>
  146.     </controls>
  147. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement