T
T
trollface2012-01-24 16:38:10
Java
trollface, 2012-01-24 16:38:10

slider customization in android?

Hello!
I really need help!
Please tell me how can I change the look of the slider (SeekBar)?
I need to make the slider not rectangular, but round

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
anmipo, 2012-01-24
@anmipo

<SeekBar ...
  android:thumb="@drawable/seekbar_thumb"
  android:progressDrawable="@drawable/seekbar">
</SeekBar>

If there are problems with the discrepancy between the center of the slider and the current SeekBar value, play around with the android:thumbOffset.

A
Anatoly, 2012-01-24
@taliban

As an option, wrap all the content in a div, set this div to the height of the page, make it overflow: hidden and select any custom slider you want and use it to scroll the position of the content inside this div.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question