GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeSeekBarStyle - Android Videos

isVisible

var isVisible: Boolean

Indicates if the seek bar is visible.

backgroundColor

var backgroundColor: Int

The background color of the seek bar.

progressColor

var progressColor: Int

The progress color of the seek bar.

cornerRadius

var cornerRadius: BlazeDp

The corner radius of the seek bar thumb.

thumbColor

var thumbColor: Int

The color of the seek bar thumb.

thumbImagePath

@DrawableRes var thumbImageResId: Int?

The custom image for the seek bar thumb (id of the drawable resource).

isThumbVisible

var isThumbVisible: Boolean

Indicates of the thumb is visible when video is playing.

height

var height: BlazeDp

Indicates the height of the seek bar.

thumbSize

var thumbSize: BlazeDp

Indicates the size of the thumb.

isThumbVisible

var isThumbVisible: Boolean

Indicates whether the thumb is visible.


Did this page help you?