[android-developers] Re: How to rotate a drawable programmatically?

2009-09-29 Thread Micah
Bug posted, hopefully this is what you were looking for: http://code.google.com/p/android/issues/detail?id=4061 On Sep 28, 5:59 pm, Romain Guy wrote: > The fact that you cannot set from and toDegrees from code. > > > > > > On Mon, Sep 28, 2009 at 5:56 PM, Micah wrote: > > > A bug stating that y

[android-developers] Re: How to rotate a drawable programmatically?

2009-09-28 Thread Romain Guy
The fact that you cannot set from and toDegrees from code. On Mon, Sep 28, 2009 at 5:56 PM, Micah wrote: > > A bug stating that you can't instantiate a RotateDrawable in Java and > set it's fromDegrees and toDegrees?  Or are you referring to something > else that is a bug? > > On Sep 28, 5:51 pm

[android-developers] Re: How to rotate a drawable programmatically?

2009-09-28 Thread Micah
A bug stating that you can't instantiate a RotateDrawable in Java and set it's fromDegrees and toDegrees? Or are you referring to something else that is a bug? On Sep 28, 5:51 pm, Romain Guy wrote: > Oh wait, sorry, you can't. File a bug, I'll try to fix that asap. > > > > > > On Mon, Sep 28, 2

[android-developers] Re: How to rotate a drawable programmatically?

2009-09-28 Thread Romain Guy
Oh wait, sorry, you can't. File a bug, I'll try to fix that asap. On Mon, Sep 28, 2009 at 5:47 PM, Micah wrote: > > In my application I want to be able to rotate a view programmatically > rather than via XML.  I can easily create a drawable that > references my Drawable, but I can not figure ou

[android-developers] Re: How to rotate a drawable programmatically?

2009-09-28 Thread Romain Guy
Yes you can, you need to call setLevel(). On Mon, Sep 28, 2009 at 5:47 PM, Micah wrote: > > In my application I want to be able to rotate a view programmatically > rather than via XML.  I can easily create a drawable that > references my Drawable, but I can not figure out how to do the same > t