Thanks..It works. On Tue, Dec 9, 2008 at 8:50 PM, Shubham <[EMAIL PROTECTED]> wrote:
> > 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 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 we see the api demos,which use the defaults,I do not observe this > > behavior.Is there anything that I am doing wrong.Is there any work around > > for this. > > > > Thanks > > > > seekbar.png > > 9KViewDownload > > > > Sample.zip > > 77KViewDownload > > > > my_seek.png > > 12KViewDownload > > > > my_seek_at_8.png > > 12KViewDownload > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

