Top "Android-seekbar" questions

A SeekBar is an extension of ProgressBar that adds a draggable thumb.

Prevent single tap from changing SeekBar progress

I am using a SeekBar in my Android app. When a user single taps anywhere on the SeekBar, its progress …

android android-seekbar android-touch-event
SeekBar set line thickness and color from code

I want to create a seek bar totally programmatically. All formatting is to be done from code itself. I cant …

android android-custom-view seekbar android-drawable android-seekbar
Implementation of Google design guidelines for Sliders

Yesterday I was looking for sliders in Android and found this website with the Google search: https://material.io/guidelines/…

android android-seekbar material-components material-components-android android-slider
Discrete SeekBar

I am trying to create a discrete seek bar for an Android app. I know I can set max and …

android android-seekbar
Android: Changing image contrast and brightness upon scrolling seekbar

I would like to set the contrast and brightness of a imageview. Referring from How to programmatically change contrast of …

android imageview brightness android-seekbar contrast
How to add seekbar to Exoplayer exo_playback_control_view.xml

cannot add seekbar to explayer Ia ma referring to https://medium.com/google-exoplayer/customizing-exoplayers-ui-components-728cf55ee07a to add custom …

android android-seekbar exoplayer
Can I databind a ProgressBar in Android?

Is it possible to use data-binding for a SeekBar or ProgressBar in Android? I have this data element: <data&…

android data-binding android-seekbar
How to make SeekBar take up full width of parent

I have a SeekBar in a RelativeLayout whose width is equal to the screen width. I applied layout_width="match_…

android android-layout seekbar android-seekbar
Custom SeekBar thumb showing unwanted background

I've been trying to make a custom SeekBar. It's supposed to have round corners. Even the progress of SeekBar should …

android android-seekbar
Seekbar showing only progress color and not background color

I am using a custom seekbar drawable and set its progress to 50 in my xml. It shows perfectly fine in …

android android-seekbar