2013-08-31, 22:43
I really like your skin.
One thing I wanted was to have the seekbar buffer progress. So in DialogSeekBar.xml I added some stuff to get it to work because I noticed the .png files for the cache bar. This is what I added.
</control>
<control type="progress">
<posx>480</posx>
<posy>254</posy>
<width>960</width>
<height>20</height>
<info>Player.Progress</info>
<reveal>true</reveal>
<texturebg>osd/fullscreen/progress/back.png</texturebg>
<midtexture>osd/fullscreen/progress/mid.png</midtexture>
<lefttexture>osd/fullscreen/progress/left.png</lefttexture>
<righttexture>osd/fullscreen/progress/right.png</righttexture>
<overlaytexture>-</overlaytexture>
</control>
<control type="progress">
<posx>480</posx>
<posy>254</posy>
<width>960</width>
<height>20</height>
<info>Player.ProgressCache</info>
<reveal>true</reveal>
<texturebg>osd/fullscreen/progress/cache-back.png</texturebg>
<midtexture>osd/fullscreen/progress/cache-mid.png</midtexture>
<lefttexture>osd/fullscreen/progress/cache-left.png</lefttexture>
<righttexture>osd/fullscreen/progress/cache-right.png</righttexture>
<overlaytexture>-</overlaytexture>
The bottom ProgressCache part I hope your ok with this. This is my first post in any forum ever so if I do something wrong tell me. Thanks
One thing I wanted was to have the seekbar buffer progress. So in DialogSeekBar.xml I added some stuff to get it to work because I noticed the .png files for the cache bar. This is what I added.
</control>
<control type="progress">
<posx>480</posx>
<posy>254</posy>
<width>960</width>
<height>20</height>
<info>Player.Progress</info>
<reveal>true</reveal>
<texturebg>osd/fullscreen/progress/back.png</texturebg>
<midtexture>osd/fullscreen/progress/mid.png</midtexture>
<lefttexture>osd/fullscreen/progress/left.png</lefttexture>
<righttexture>osd/fullscreen/progress/right.png</righttexture>
<overlaytexture>-</overlaytexture>
</control>
<control type="progress">
<posx>480</posx>
<posy>254</posy>
<width>960</width>
<height>20</height>
<info>Player.ProgressCache</info>
<reveal>true</reveal>
<texturebg>osd/fullscreen/progress/cache-back.png</texturebg>
<midtexture>osd/fullscreen/progress/cache-mid.png</midtexture>
<lefttexture>osd/fullscreen/progress/cache-left.png</lefttexture>
<righttexture>osd/fullscreen/progress/cache-right.png</righttexture>
<overlaytexture>-</overlaytexture>
The bottom ProgressCache part I hope your ok with this. This is my first post in any forum ever so if I do something wrong tell me. Thanks