I use a SeekBar in my application and I would like to customize it a little bit. I already figured out how to change the Drawable for the thumb and for the background.
My question is how to change the size of the SeekBar? If I just change the height of the SeekBar like this, theViewis only clipped and it only shows the top piece of theSeekBar`:
<SeekBar
android:layout_height="10dip"
style="@style/seekbar_style" />
How do I change the overall size of the Seekbar? I want it to be much thinner then the standard SeekBar.