Advertisement
jubcheng

XML

Sep 8th, 2016
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.80 KB | None | 0 0
  1. // Playlist
  2. <autoHide name="#SidebarPlaylist" xAnchor="Panel.Center" x="400" yAnchor="Panel.Center" y="-480" width="555" height="800" fg="255,255,255" fg2="255,0,0" allowPinning="true" resizePictures="false" disableHotPoint="true">
  3.  
  4. <element type="Icon" image="Images\BlackBee\panel-bg.png" xAnchor="Panel.Center" x="401" yAnchor="Panel.Center" y="-478" width="555" height="800" fade="0.2"></element>
  5.  
  6. <element type="Text" xAnchor="Panel.Center" x="405" yAnchor="Panel.Center" y="-470" width="555" height="800" font="Segoe UI Light" style="Bold" size="20" fg="255,0,0" >Playlist</element>
  7.  
  8. <element type="NowPlayingList" xAnchor="Panel.Center" x="390" yAnchor="Panel.Center" y="-620 " width="565" heightDock="Y:#SidebarPlaylist.Bottom" height="-2" rowPadding="2" font="Calibri" style="Regular" size="14" fg="255,255,255" fg2="255,0,0" mouseOverFg="255,0,0">
  9. <child width="15" />
  10. <child id="Speaker" width="20" />
  11. <child id="#" width="55" format="#\." align="right" />
  12. <child id="TrackArtistAndTitle" width="385" />
  13. <child id="Duration" width="75" align="right" />
  14. </element>
  15. </autoHide>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement