Skip to content

Instantly share code, notes, and snippets.

@shnhrrsn
Created March 10, 2012 21:01
Show Gist options
  • Select an option

  • Save shnhrrsn/2013200 to your computer and use it in GitHub Desktop.

Select an option

Save shnhrrsn/2013200 to your computer and use it in GitHub Desktop.
protected void onDraw(Canvas canvas) {
Bitmap bitmap; // set to your bitmap
canvas.drawBitmap(bitmap, null, new Rect(0, 0, 50, 50), null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment