Solved First time skinner, need help with specific problem. (Extending seek bar)
#1
Hi,

I am trying to make a Kodi skin optimized for smaller devices. I have made a lot of progress already but I am hung up on this one big issue: I need to extend the seek/progress bar in the video player. I have been trying to figure this out going on two hours now and haven't made any progress.

I would be so very appreciative if you could help me extend this bar, using Confluence as a template.

Here is the current code for this skin if that helps at all (warning, it's super messy right now): https://github.com/craig131/iOSinspired (It's not necessary to look at my code as a vast majority of it is Confluence.)

Thanks for reading, and I really hope you are able to help!

Craig
Reply
#2
adjust the width of the progress control:
https://github.com/craig131/iOSinspired/...en.xml#L90

adjust the width of the progress cache control:
https://github.com/craig131/iOSinspired/...en.xml#L81

adjust the width of the slider control:
https://github.com/craig131/iOSinspired/...SD.xml#L30


that should be it :-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(2015-01-05, 02:33)ronie Wrote: adjust the width of the progress control:
https://github.com/craig131/iOSinspired/...en.xml#L90

adjust the width of the progress cache control:
https://github.com/craig131/iOSinspired/...en.xml#L81

adjust the width of the slider control:
https://github.com/craig131/iOSinspired/...SD.xml#L30


that should be it :-)

Wow that did the trick, thank you very much! I was thrown off by that <control> in VideoOSD because I had mistakenly presumed that was for only the knob itself. You are amazing, thanks again!
Reply

Logout Mark Read Team Forum Stats Members Help
First time skinner, need help with specific problem. (Extending seek bar)0