[android-developers] Re: Seekbar thumb animation

2009-06-25 Thread Protocol-X
Well my problem is i actually want to change the thumb image after it has been created like say a different one for 25 50 and 75% but it vanishes. On Jun 22, 8:31 pm, az9702 wrote: > AnimationDrawable can be used to implement simplethumbanimation such > as blinking. > > * Create animation in ani

[android-developers] Re: Seekbar thumb animation

2009-06-22 Thread az9702
AnimationDrawable can be used to implement simple thumb animation such as blinking. * Create animation in anim/thumb_anim.xml: http://schemas.android.com/apk/res/android"; android:oneshot="true"> ... * Create an ImageView that turns the above XML into AnimationDrawable:

[android-developers] Re: Seekbar thumb animation

2009-06-20 Thread Protocol-X
I appear to be having the same issue On Jun 19, 6:42 pm, az9702 wrote: > Hi, > > As the seekbarthumbis a drawable so its support for animation seems > limited. > It may not be feasible but I would like to hear feedback from those > who have more experience w/ UI. > > Animations I have in mind ar