2010-12-06

final practice problem 2.

Originally Posted By: Tomtturney1@gmail.com
@Override protected void onDraw(Canvas canvas) { int x = 200; int y = 200; int width = 20; int height = 20; this.mDrawable.setBounds(x, y, x + width, y + height); this.mDrawable.draw(canvas); this.mDrawable.getPaint().setColor(Color.BLUE);
'''Originally Posted By: Tomtturney1@gmail.com''' @Override protected void onDraw(Canvas canvas) { int x = 200; int y = 200; int width = 20; int height = 20; this.mDrawable.setBounds(x, y, x + width, y + height); this.mDrawable.draw(canvas); this.mDrawable.getPaint().setColor(Color.BLUE);
X