Questions tagged [android-seekbar]

A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch the thumb and drag left or right to set the current progress level or use the arrow keys.

A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch the thumb and drag left or right to set the current progress level or use the arrow keys.

Placing focusable widgets to the left or right of a SeekBar is discouraged.

Clients of the SeekBar can attach a SeekBar.OnSeekBarChangeListener to be notified of the user's actions.

Reference: http://developer.android.com/reference/android/widget/SeekBar.html

659 questions
0
votes
1 answer

seekbar issues when using custom thumb

I am having troubles with a seek bar, i am trying to create an audio settings fragment but when i customize my seekbar thumb i noticed that the progress does not start and end in where i would like to. I tried lot of things but i cannot find the…
Bozow
  • 139
  • 1
  • 15
0
votes
2 answers

How to create custom seekbar and do optimization?

I try create a custom seekbar like this : https://i.stack.imgur.com/8B0Q8.png But i encountered problem this problems : https://i.stack.imgur.com/rcQG7.png I use this project for dynamically change text :…
0
votes
1 answer

How to control the seek bar, on click, of volume button during media playback in android?

How does one control the seek bar of the volume button in the media player in Android? I require to control the seek bar of the volume button's onClick method during playback. The code has been provided here : private void initControls() { //…
Yogesh Mane
  • 403
  • 6
  • 18
0
votes
1 answer

fit seekBar inside a drawer

how i can fit a seekBar to stay inside a drawer boundary? this is my drawerLayout