[android-developers] Re: Seek Bar Problem

2008-12-09 Thread Shubham
Hi, mSeekBar.setProgressDrawable(drawable); /*This should do the Job, It works for me Without this i see the same behavior seen by You*/ mSeekBar.setThumbOffset(0); //Addthis mSeekBar.setProgress(0); Thanks, Shubham On Dec 1, 6:07 pm, for android [EMAIL PROTECTED] wrote: I have seek

[android-developers] Re: Seek Bar Problem

2008-12-01 Thread for android
Any help On Mon, Dec 1, 2008 at 6:37 PM, for android [EMAIL PROTECTED] wrote: I have seek bar,for which i change the Progress Drawable images and specify a android:thumb. When I do this,the thumb seems to show just half the image at position 0.(Image and Source code attached) If