StablexUI icon indicating copy to clipboard operation
StablexUI copied to clipboard

How to set color, thickness of Slider thin line?

Open hopewise opened this issue 11 years ago • 4 comments

In this demo:

http://ui.stablex.ru/demo/demo_html5/

At Sliders view, how can I set the look of that horizontal thin line across slider? What properties to use? Can I access it by code? What if I want to draw little lines on it? like number |1 |2 |3 |4 .. etc ??

Thanks for great work ..

hopewise avatar Dec 08 '13 06:12 hopewise

I don't understand what you mean :) Can you draw a mockup?

RealyUniqueName avatar Dec 08 '13 08:12 RealyUniqueName

In the image below: image

hopewise avatar Dec 08 '13 08:12 hopewise

Oh, i see. This is set by skin of slider's background. Add skin:Paint-padding="0" to slider's xml to make lines thicker.

RealyUniqueName avatar Dec 08 '13 09:12 RealyUniqueName

As for little lines, i think you need to create custom skin for this purpose

RealyUniqueName avatar Dec 08 '13 09:12 RealyUniqueName