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
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
2 matches
Mail list logo