[android-developers] Re: setContentView of a Custom View

2010-06-18 Thread Matt M
//Paint.java/ public class Paint extends PaintActivity implements ColorPickerDialog.OnColorChangedListener { private Paint mPaint; private PaintView view; private int wid; private int wsize; private int pref; private int

[android-developers] Re: setContentView of a Custom View

2010-06-17 Thread Nithin
-it does not work properly. means what. What error are you getting ?. Do you override all the constructors. Nithin On Jun 17, 9:54 pm, Matt M matthew.mag...@gmail.com wrote: Hello, My current painting activity is built off of FingerPaint.java from the API Demos. In my xml I declared the