SliderMargins

constructor(parcel: Parcel)


constructor(left: Int, top: Int, right: Int, bottom: Int)

Parameters

left

Distance in pixels from the left side of the screen that a slider should not occupy.

top

Distance in pixels from the top of the screen that a slider should not occupy.

right

Distance in pixels from the right side of the screen that a slider should not occupy.

bottom

Distance in pixels from the bottom of the screen that a slider should not occupy.