[android-developers] Re: How to rotate my view

2009-02-26 Thread nderraugh
Woops. Throw a super(c); into the onDraw and you should be there, in terms of the drawing of the view anyway. On Feb 26, 10:59 pm, nderraugh wrote: > I'm trying to do the same thing with a SeekBar subclass.  But I'm not > having much success either.  Here's my code. > > import android.content.C

[android-developers] Re: How to rotate my view

2009-02-26 Thread nderraugh
I'm trying to do the same thing with a SeekBar subclass. But I'm not having much success either. Here's my code. import android.content.Context; import android.graphics.Canvas; import android.util.AttributeSet; import android.widget.SeekBar; public class SlideBar extends SeekBar { pub