MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Added customization to Slider

Open jaytj95 opened this issue 10 years ago • 0 comments

Added customization options via XML & Programmatically

  • New XML Attributes (materialdesign:attr)
    • sliderTrackColor: color for part of slider to the left of the ball
    • sliderTrackColorNoProgress: color for part of the slider to the right of the ball
    • sliderBallColor: color for the ball on the slider
    • sliderTrackThicknessDp: thickness of the slider track
    • sliderEnablePaddingLR: enable padding on the left and right of the Slider (false for true fullscreen slider)

image

jaytj95 avatar Dec 16 '15 15:12 jaytj95