Projects AndroidUtils Docs SeekBarUtils

setProgressBarColor

Type: public static void

Apply a color to an AppCompatSeekBar view.

Parameter Name Description
seekbar The view to apply the color to.
color The color to tint the view.

setProgressBarDrawable

Type: public static void

Apply a drawable to a seekbar's background track.

Parameter Name Description
seekbar The seekbar to apply the drawable to.
drawable The drawable to use as the track.
handleColor The color of the seekbar's handle.