Top "Seekbar" questions

Seek bar is a UI control analogous to a slider.

Android - How to change default SeekBar thickness?

I have this SeekBar: <SeekBar android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="26dp" …

android seekbar android-seekbar
Android seekbar clipped thumb

I ran into some weird problem..I implemented a seekbar with custom thumb..and when I ran my app on …

android seekbar clipped
How to manage MediaPlayer.setVolume() + SeekBar to set it + device volume control

As recommended by the doc, I'd like to use the setvolume() method to control the volume of my MediaPlayer, but …

android android-mediaplayer seekbar
How to implement price range seekbar?

I need to the price range seekbar or slider like I have mentioned in the below image. Any help or …

android seekbar android-seekbar
Android SeekBar can't be full width even set padding 0 in AppCompat 23.1.0

when I update android support lib from 23.0.1 to 23.1.0, I find the SeekBar is not full width any more. this is …

android android-support-library seekbar
Android Seekbar float values from 0.0 to 2.0

how can I get the values ​​from 0.0 to 2.0 with a seekbar? values ​​should go in steps of 0.5 ( 0.0 , 0.5 , 1.0, 1.5, 2.0) can someone help …

android seekbar
how to change SeekBar color in android? (Programmatically)

I made an equalizer to go with my app but I am not sure how I can change the seekbar's …

java android seekbar
SeekBar customization - how to properly position custom "thumb" image?

I have customised my SeekBar - I use a custom image as the background, and a custom image as the …

android seekbar
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
How to show tick marks for Discrete Slider?

I'm trying to style a seekbar/slider like the one labeled Discrete Slider - Click (that has the little tick …

android material-design seekbar material-components-android android-slider