Questions tagged [seekbar-thumb]
24 questions
1
vote
0 answers
Show Text Over Android SeekBar Track
I want to show some static text over seek bar track.
It's different from what's normally required, i.e., showing current progress as tip or inside thumb.
I've tried both options of showing text; By adding a TextView over seekbar or by adding it…

Umair
- 668
- 1
- 9
- 20
1
vote
0 answers
Add a custom View/Layout as a Seek Bar thumb
My requirement is something like this,
I want to add a circular progressbar over the seekbar thumb. It should move along with the thumb. How do I implement this by customizing the seekbar?
NOTE: I managed to implement the same by relative…

Tony
- 2,242
- 22
- 33
1
vote
5 answers
Remove thumb text from rangeseekbar
I have one range seekbar as per below image
I use below code for range seekbar integration:
https://github.com/yahoo/android-range-seek-bar
My issue is I want to remove Value of seekbar 275 and 1064 when I scroll it and also remove Min and Max…
user6018106
0
votes
1 answer
Seekbar - align value label above thumb
My text isn´t aligned with the thumb.
My label is going of the screen. This is my kotlin code:
val x: Int = progress * (seekBar!!.width - 2 * seekBar.thumbOffset) / seekBar.max
text12.text = "$progress %"
val textViewX: Int = x- text12.width /…

Hernâni Pereira
- 312
- 4
- 19
0
votes
1 answer
Change android seekbar value without clicking direclty on the seekbar thumb
I have an android seekbar that appears on the screen when a user touches a button.
How can I start tracking user touch to move the seekbar immediately after it appears?
To be more clear, essentially I want the user to be able to move the seekbar…

Talal Nabulsi
- 389
- 1
- 5
- 10
0
votes
1 answer
seekbar with multiple thumbs
I need help to create a seekbar with multiple thumbs.
Currently, I have a seekbar going from 1-100 KM. I am able to move the thumb in a fixed interval 1,2,3,4,5,6,7,8,9 etc.
I need help to move the thumb in flexible intervals etc…

user3573672
- 13
- 4
0
votes
0 answers
Seekbar being reset to 0 every time when seekTo() is called
I implemented my video player and seekbar as below and I found when seekTo() function is done the thumb(position) will be reset to 0 just after buffering ends. The thumb only stays on where I dragged to for a second and being reset.
However the…

Dayo Choul
- 861
- 2
- 9
- 23
0
votes
1 answer
Unable to resize the thumb of Seekbar android
I have tried different ways to resize the thumb size of Seekbar but got no success.
This is the thumb of my Seekbar with pressed effect too:
My thumb selector file where I have added these two images to get press…

Hamad
- 5,096
- 13
- 37
- 65
-1
votes
1 answer
customise seekbar and show seekbar thumb based on focussed state
I want to customise my seekbar as below. And also would want to show the thumb only when the seekbar has focus i.e when user is dragging the seekbar.

NoobAndroidDeveloper
- 53
- 1
- 5